冰&红&茶

  博客园 :: 首页 :: 博问 :: 闪存 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理 ::

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

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

 

 

query_cache_size=64M

query_cache_limit=2M

join_buffer_size=4M

tmp_table_size=128M

max_heap_table_size=128M

key_buffer_size=90M 

 

OR

 

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

 

同时,可以改表的引擎,从myisam到innodb

posted on 2014-01-21 18:21  一路前行,莫回头  阅读(193)  评论(0编辑  收藏  举报