MySQL performance tuning

Binlog was disabled at last week, this improve the I/O efficiency.ide

Besides, I've done a minor changes for myisam buffer, changed from 64M to 128M at last week.this

 

 

query_cache_size=64Mspa

query_cache_limit=2Mci

join_buffer_size=4Mit

tmp_table_size=128Minnodb

max_heap_table_size=128Mtable

key_buffer_size=90M ast

 

ORim

 

query_cache_size (> 32M) 
join_buffer_size (> 1.0M, or always use indexes with joins) 
tmp_table_size (> 64M) 
max_heap_table_size (> 64M) db

 

同時,能夠改表的引擎,從myisam到innodb

相關文章
相關標籤/搜索