Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Otimization

Status
Not open for further replies.

bob120579

Programmer
Feb 9, 2005
42
US
I have a MySQl database on the backend of an Access front end where multiple users update client information as calls come into the company. All of the data is now linked into Access from linked tables. The problem is the response time when they are adding records. It's not a heavy volume at all but there are about 10 users updating at the same time. All users are set up under one username thread, as this was an easier way to set up the ODBC connection. (Is that the right way to go?)

My question is...what are the optimization parameters that I should be adjusting? I am sure it has to do with the cache and the amount of memory being met for disk writes. (Is this correct?)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top