Friday, June 1, 2012

MySQL Tuning Variables

Documentation for MySQL Tuning Variables: http://dev.mysql.com/doc/refman/5.1/en/server-system-variables.html

Some key parameters (MyISAM):
  • key_buffer
  • tmp_table_size
  • max_heap_table_size
  • query_cache_limit
  • query_cache_size

No comments:

Post a Comment