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.

General Options<br />

• max_connections<br />

– How many connections to allow ? Watch<br />

max_used_connections status value<br />

• thread_cache<br />

– Cache to prevent excessive thread creation<br />

– 50-100 is good value. Watch threads_created<br />

• table_cache/table_open_cache<br />

– Cache of opened table instances<br />

– Single table may have multiple entries<br />

– Watch opened_tables status value<br />

– Start with 4096<br />

• <strong>MySQL</strong> will only use as needed anyway.<br />

www.percona.com

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

Saved successfully!

Ooh no, something went wrong!