Posts Tagged ‘optimization’
Slow InnoDB MySQL?
Written by Vlad on July 9, 2008 – 2:24 pmReinstalled MySQL (using InnoDB storage engine) and it’s slow? Most probably you forgot to set innodb_buffer_pool_size to a decent value (by default it’s very low).
For a primer on MySQL optimization make sure you check this presentation:
Tags: innodb, mysql, optimization, performance
Posted in programming | No Comments »

