For better out-of-the-box performance, InnoDB Plugin 1.0.4 changes the default values for the following configuration parameters:
Table C.2. InnoDB Plugin Parameters with New Defaults
| Name | Old Default | New Default |
|---|---|---|
innodb_additional_mem_pool_size | 1MB | 8MB |
innodb_buffer_pool_size | 8MB | 128MB |
innodb_log_buffer_size | 1MB | 8MB |
innodb_max_dirty_pages_pct | 90 | 75 |
innodb_sync_spin_loops | 20 | 30 |
innodb_thread_concurrency | 8 | 0 |

User Comments
Since 5.5.5 the default-storage-engine is set to InnoDB by default.
Add your own comment.