PDA

Click to See Complete Forum and Search --> : Ways To speed up the database applications


Murali
Jan 28th, 2000, 04:06 PM
Hi all,

I want to know the different tips of improving the performance/speed of database applications.

thanx

JHausmann
Jan 30th, 2000, 01:40 AM
Thats kind of like asking us what kind of car you should buy.

1) you need to determine where your bottlenecks are

2) you need to determine if your locking scheme is correct

3) you need to determine if your indexing scheme is correct

4) you need to determine if you need RI

5) you need to establish maintenance process for the database (compacting data, updating statistics, etc.)