When using MyISAM the configuration setting key_buffer_size defines the size of the global buffer where MySQL caches frequently used blocks of index data.
What is the corresponding setting for InnoDB?
|
|
When using MyISAM the configuration setting What is the corresponding setting for InnoDB?
|
||
|
|
|
|
See the manual page for the full explanation. The MySQL Performance Blog also has an article about how to choose a proper size for it. |
||
|
|
|
|
As far as I know, the best setting you can adjust for InnoDB is
|
||||
|