473,378 Members | 1,344 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,378 software developers and data experts.

Performance Issues

I have a Customer Service database with over 70,000 customers in it. I
have Normalized the whole thing. When a Customer Calls in, a Customer
Service Representative looks up their record, and it contains all the
customer's information. In the last few weeks, it has been taking
longer and longer for the records to be found. I have index all the
common search fields. They currently open a Form that has the
Customer Accounts as a main form, and all of their "Notes" as a sub
form. We have at most 4 people in the database at 1 time. How can I
increase the speed in which the accounts are found? We are using
Access 2003 with all the latest patches installed. The database is
stored on our Windows 2003 Small Business server.

Thanks for your help.

Jan 10 '07 #1
3 1559
If you are using a database in a corporate environment with multiple
users - you need to use a database that was designed for corporate use
like sql server. Access is a desktop database designed for desktop
usage. In the beginning of RDBMS, Access revolutionized windows based
database programming. But it has long since been supersceded by sql
server for the corporate environment. The solution to your problem is
to step up to sql server.

Rich

*** Sent via Developersdex http://www.developersdex.com ***
Jan 10 '07 #2
zy**********@gmail.com wrote:
I have a Customer Service database with over 70,000 customers in it. I
have Normalized the whole thing. When a Customer Calls in, a Customer
Service Representative looks up their record, and it contains all the
customer's information. In the last few weeks, it has been taking
longer and longer for the records to be found. I have index all the
common search fields. They currently open a Form that has the
Customer Accounts as a main form, and all of their "Notes" as a sub
form. We have at most 4 people in the database at 1 time. How can I
increase the speed in which the accounts are found? We are using
Access 2003 with all the latest patches installed. The database is
stored on our Windows 2003 Small Business server.

Thanks for your help.
It really depends on how your database was implemented.
1)Do you have separated front end and back end databases? If not,
highly suggest you do that.

2) How do you select a customer? do you have a selection screen where
you enter selection criteria and then display only those records
matching the criteria. From there you should select one customer and
open the customer form filtered for only that one customer.

Make sure the initial display of the customer selection form displays no
records.

Make sure the query used to display records on the customer selection
form has only the fields needed to select the customer. Preferably all
of these fields should be indiced.

Make sure you have record locking set correctly.

Others may have more suggestions but this will give you a start.

Bob
Jan 10 '07 #3
"Rich P" <rp*****@aol.comwrote
If you are using a database in a corporate environment with multiple
users - you need to use a database that was designed for corporate use
like sql server.
"Corporate environment"? "Designed for corporate use"?

What should I use, then, in a private (non-corporate) company with 1000
users?
The solution to your problem is to step up to sql server.
While SQL Server, Oracle etc are certainly more robust - and I might agree
that a company with 70,000 customers might want to 'step up', it is not the
answer to the posters problem. 70,000 records is trivial for Access, and
there is no reason why the results of a search should not be retrieved in a
less than noticeable time. Likely, your "solution" to a dull-bladed
pushmower would be to chuck it and buy a riding mower.

Bob has suggested a BE/FE split if not done already. The OP said he has
fully indexed the relevant fields.

The LAN itself could be an issue.

"I have index all the common search fields." - Perhaps the OP has
constructed a query that performs poorly.

Connection strings in ADO could cause a problem.

A relevant question might be, does it really take a long time to find the
customer record, or a long time to retrieve the associated notes?

But heck, the blade is dull, so let's just throw it out and upgrade.
--
Darryl Kerkeslager

Jan 10 '07 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

25
by: Brian Patterson | last post by:
I have noticed in the book of words that hasattr works by calling getattr and raising an exception if no such attribute exists. If I need the value in any case, am I better off using getattr...
5
by: sandy | last post by:
Hi All, I am a newbie to MySQL and Python. At the first place, I would like to know what are the general performance issues (if any) of using MySQL with Python. By performance, I wanted to...
2
by: Unruled Boy | last post by:
1.The follow two ways to declare one object: any difference? especially its performance. a.Private m_objMyObject As MyObject=New MyObject() b.Private m_objMyObject As MyObject m_objMyObject=New...
9
by: Java script Dude | last post by:
In many languages, it is necessary to string together multiple strings into one string for use over multiple lines of code. Which one is the most efficient from the interpreters perspective: ...
16
by: David W. Fenton | last post by:
http://www.granite.ab.ca/access/performancefaq.htm I hope Tony doesn't mind my opening a discussion of some issues on his performance FAQ page here in the newsgroup. This is not meant as...
115
by: Mark Shelor | last post by:
I've encountered a troublesome inconsistency in the C-language Perl extension I've written for CPAN (Digest::SHA). The problem involves the use of a static array within a performance-critical...
4
by: Martin | last post by:
I am using graphics as backgrounds for forms,buttons,labels etc. The question is: is it faster to load all graphics from files on app start or to use it embeded (places in editor during design)....
19
by: Tom Jastrzebski | last post by:
Hello, I was just testing VB.Net on Framework.Net 2.0 performance when I run into the this problem. This trivial code attached below executed hundreds, if not thousand times faster in VB 6.0...
8
by: Dmitry Akselrod | last post by:
Hi, I have a recursive application that walks through a directory structure on a Hard Drive and writes various file information to a single table in an Access 2003 database. I am opening a...
2
by: Brian Tabios | last post by:
Hello Everyone, I have a very complex performance issue with our production database. Here's the scenario. We have a production webserver server and a development web server. Both are running...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.