InnoDB performance tweaks
问题 I'm switching a large table to InnoDB from myISAM. There has been a lot of discussion regarding why switching makes sense, but not much about HOW to do it while making sure the table performs well. Assuming I'll have InnoDB and MyISAM tables in on database, are there parameters I should change in the MySQL conf file to facilitate better performance? Any other defaults that can be bumped up to tweak performance? 回答1: Your innodb_buffer_pool_size should be set to the amount of InnoDB data and