Mysql High Performance

InnoDB

MySQL 5.1 shipping the older version of InnoDB, If you’re using MySQL 5.1, please ensure that you’re using the InnoDB plugin. It’s much better than the older version of InnoDB.

It now scales well to 24 CPU cores, and arguably up to 32 or even more cores depending on the scenario

Related