post your comment   print   send to a friend
Rate:   0% | Views: 419
Question categories:  Dedicated Servers

Do you have some database performance tuning suggestions?

The following are some database performance tuning strategies:

Check that all columns where searches or sorts take place are indexed unless tables are very small or have high levels of updates. One place where indexes are overlooked (and very necessary) is on the parent column of a foreign key relationship.

Consider adding to an index all the columns needed by frequent queries so those queries don't have to look up both index and table data.

Tables' physical order on disk should reflect the order needed by queries that retrieve the largest number of rows (this could result in a table that's not in primary key order).

Column order matters when creating indexes. The column that does the most to narrow down the size of the final result set should be first in the index.

Be sure that table data distribution statistics are calculated and kept up-to-date. Missing or incorrect statistics can result in disastrously slow queries.

Once the database is in final shape, inspect query execution plans and use provided query and index analysis tools to be sure nothing major was missed.

For better performance, rewrite SQL queries to remove subselects.

Continue to monitor performance issues (such as tracking the most resource-intensive queries) to see how tuning might change to support current usage.

Customer Feedback
Rate:   0% | Views: 419 | Please Rate:  
 
If you have other comments or ideas for future technical tips, please type them here:

Email: (optional)

Comments: (optional)

 Webpage Design | Email Hosting    Back to serch results
Browse the Base
Knowledge Base
Dedicated Servers
  Plesk Control Panel
  VPS and Collocation
  Web Conferencing
  Smart Services
Messages
 

Avoid disaster, update your contact e-mail

Avoid disaster , like losing an important domain name, by always keeping your contact e-mail up to date. We send important messages that you don't want to miss. Go to "My account" --> "My info" --> "e-mail" in this Control Panel to update.

Private Area
 
Ask
in Private
   
Personal
Folder
 
Related Questions
 
1. Do I need insurance?
 
2. What is at the Aplus.Net facility?
 
3. What is Dedicated Hosting?
 
4. Is my data safeguarded against fire?
 
5. How do I connect using linux?
 
Home Browse Search Ask in Private Personal Folder   Help
powered by web hosting 
  Logged as: Guest