Database Configuration Options

aman

Registered User.
Local time
Today, 05:55
Joined
Oct 16, 2008
Messages
1,251
Hi Guys

I am looking for solutions that we can employ where server side issues impact database performance.

Permutations to consider are:
1) Where the server performance is degraded and options are needed to streamline Db to reduce overhead
2) No server is available removing the traditional client server model as an option

Any ideas are welcome.

Thanks
 
Not having a server is the computing equivalent to traveling city to city on foot.
You want a network server for all users to access the central data,
independent user access.
I maintain a network db with a dozen users and there is no service degrade.
The only way this would happen is if every one of them ran an analysis on 500k records at the same time. This will never happen.

Most users enter 1 record at a time, or review 1 record at a time. This is not a strain on the server.
If you have many users analyzing millions of records, then step up to SQL server, or Oracle.
 

Users who are viewing this thread

Back
Top Bottom