5.3. Database Server TuningThere are a number of settings you can tweak at the MySQL server level to influence application performance. One thing to keep in mind when tuning a server is that server behavior will affect all the applications using that server. An improvement for one application may have a detrimental effect for other applications on the same server. There are a number of variables that can be modified in the MySQL server that may improve your performance. A full reference to these parameters can be found by typing mysqld -help. In general, when tuning MySQL, the two most important variables are:
Copyright © 2003 O'Reilly & Associates. All rights reserved. |
|