optimizing mysql
Here is an interesting mysql optimization tutorial:http://support.atmail.com/mysqloptimize.html
This MySQL optimization guide is simple and from a clean&practical point ofview. Key points:- Things to avoid with MySQL- Tricks to give MySQL more information to solve things better- How to find out how MySQL solves a query
- How the MySQL table cache works