01.03.2013 Views

Optimizing MySQL Configuration

Optimizing MySQL Configuration

Optimizing MySQL Configuration

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

Innodb – Memory Settings<br />

• innodb_buffer_pool_size<br />

–The most important setting. Often 80%+ of<br />

memory is allocated here.<br />

• innodb_buffer_pool_instances<br />

– Reduce contention. Set to 4+ in <strong>MySQL</strong> 5.5+<br />

• innodb_log_buffer_size<br />

– Buffer for log files. Good Values 4MB-128MB<br />

– Not only reduce writes but help contention<br />

• innodb_ibuf_max_size<br />

– Control size of Insert buffer. Default is ½ of<br />

Buffer pool. Smaller values are good for SSD<br />

www.percona.com

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!