26.02.2013 Views

Optimizing MySQL Configuration - Percona

Optimizing MySQL Configuration - Percona

Optimizing MySQL Configuration - Percona

SHOW MORE
SHOW LESS

Create successful ePaper yourself

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

General Options<br />

• sort_buffer_size<br />

– In memory buffer used for sorting<br />

– Watch sort_merge_passes<br />

– Consider setting for session for large queries<br />

– Values up to 1MB are good default<br />

– Large values hurt performance of small queries<br />

• join_buffer_size<br />

– Helps performance of Joins with no indexes<br />

– Better get rid of such Joins !<br />

– 8MB can be reasonable value<br />

• default_storage_engine<br />

– Use this engine for tables if not specified<br />

www.percona.com

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

Saved successfully!

Ooh no, something went wrong!