大连天健网--天健社区

标题: mysql myisam的优化设置 [打印本页]

作者: chinanew450    时间: 2010-9-3 16:46
标题: mysql myisam的优化设置
myisam_max_[extra]_sort_file_size足够大
delay_key_write减少io,提高写入性能
bulk_insert_buffer_size
concurrent_insert 设置为2
read_rnd_buffer_size random scan 使用
read_buffer_size 顺序扫描表使用
key cache 的三种方式
key cache 预加载
SET GLOBAL hot_cache.key_buffer_size=16m
SET BLOBAL cold_cache.key_buffer_size=16m
CACHE INDEX example.top_message IN  hot_cache
CACHE INDEX example.event IN cold_cache
LOAD INDEX INTO CACHE example.top_message,example.event IGNORE LEAVES
LOAD INDEX INTO CACHE example.user IGNORE LEAVERS,expamle.groups
作者: 牛哥的妞妞    时间: 2010-9-8 09:11
提示: 作者被禁止或删除 内容自动屏蔽




欢迎光临 大连天健网--天健社区 (https://bbs.runsky.com/) Powered by Discuz! X3.4