Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8387677
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 9, 20262026-06-09T18:16:45+00:00 2026-06-09T18:16:45+00:00

I have a VB.net application with an Access Database with one table that contains

  • 0

I have a VB.net application with an Access Database with one table that contains about 2,800,000 records, each raw is updated with new data daily. The machine has 64GB of ram and i7 3960x and its over clocked to 4.9GHz.

Note: data sources are local.

I wonder if I use ~10 threads will it finish updating the data to the rows faster.

If it is possiable what would be the mechanisim of deviding this big loop to multiple threads?

Update: Sometimes the loop has to repeat the calculation for some row depending on results also the loop have exacly 63 conditions and its 242 lines of code.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-09T18:16:47+00:00Added an answer on June 9, 2026 at 6:16 pm

    Microsoft Access is not particularly good at handling many concurrent updates, compared to other database platforms.

    The more your tasks need to do calculations, the more you will typically benefit from concurrency / threading. If you spin up 10 threads that do little more than send update commands to Access, it is unlikely to be much faster than it is with just one thread.

    If you have to do any significant calculations between reading and writing data, threads may show a performance improvement.

    I would suggest trying the following and measuring the result:

    • One thread to read data from Access
    • One thread to perform whatever calculations are needed on the data you read
    • One thread to update Access

    You can implement this using a Producer / Consumer pattern, which is pretty easy to do with a BlockingCollection.

    The nice thing about the Producer / Consumer pattern is that you can add more producer and/or consumer threads with minimal code changes to find the sweet spot.

    Supplemental Thought

    IO is probably the bottleneck of your application. Consider placing the Access file on faster storage if you can (SSD, RAID, or even a RAM disk).

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a .Net 4.0 WPF application that requires an embedded database. MS Access
I have an asp.net application developed. It uses LINQ to SQL to access database,
I am trying to have my ASP.net application access a UNC path, however I
I have an ASP.Net application where I am using Windows authentication to deny access
I have an 'access denied' problem on an ASP.NET web application, where the user
I have access to a 3rd party PropertyGrid within my application (C#. ,Net v2).
I have .NET application that is hosted on IIS 6.1 It is impossible to
I have a .NET application that I want to use as a client to
We have a .net application that we didn't develop, but use. I can tell
I have a .NET application which allows users to access various databases by providing

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.