MySQL - 性能优化

MySQL - 性能优化

1. innodb_io_capacity

innodb_io_capacity介绍

1.1 查询

show variables  like '%innodb_io_capacity%';

1.2 最好设置成磁盘的IOPS,获取IOPS命令如下

fio -filename=tmp -direct=1 -iodepth 1 -thread -rw=randrw -ioengine=psync -bs=16k -size=500M -numjobs=10 -runtime=10 -group_reporting -name=test 

2. 待续

上一篇:Mac 终端窗口配置 oh-my-zsh


下一篇:主存和内存的区别