General recommendations:
Run OPTIMIZE TABLE to defragment tables for better performance
MySQL started within last 24 hours - recommendations may be inaccurate
Enable the slow query log to troubleshoot bad queries
Set thread_cache_size to 4 as a starting value
Increase table_cache gradually to avoid file descriptor limits
Read this before increasing table_cache over 64:
http://bit.ly/1mi7c4CVariables to adjust:
query_cache_size (>= 8M)
thread_cache_size (start at 4)
table_cache (> 400)
innodb_buffer_pool_size (>= 365M)
0 Comments