标签: multicore mysql
在my.cnf我指定
my.cnf
myisam_repair_threads = 4
当我在show processlist中向大表添加索引时,我看到了mysql输出:
show processlist
Repair with 2 threads | ALTER TABLE arman.files ADD INDEX (md5sum)
为什么mysqld不使用超过2个内核在configfile中有更多调整来使用更多内核?
感谢阿曼。
PS 我使用的是mysql 5.5.14