MySQL - 性能优化
1. 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