开发者

mysql repair threads not spawned

开发者 https://www.devze.com 2023-04-09 07:48 出处:网络
In my my.cnf I specify myisam_repair_threads=4 When I add an index to large table in the show processlist I see that mysql outputs:

In my my.cnf I specify

myisam_repair_threads=4

When I add an index to large table in the show processlist I see that mysql outputs:

 Repair with 2 t开发者_Python百科hreads |
 ALTER TABLE arman.files
 ADD INDEX (md5sum)

Why mysqld does not use more than 2 cores are there more tweaks in configfile to use more cores?

thanks Arman.

PS I am using mysql 5.5.14

0

精彩评论

暂无评论...
验证码 换一张
取 消