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 IO Options<br />

• innodb_flush_log_at_trx_commit<br />

– Control Durability<br />

– 1=flush and sync; 2=flush; 0=neither<br />

• Innodb_flush_method<br />

– Controls how Innodb Performs IO<br />

– O_DIRECT good value for most servers<br />

• innodb_auto_lru_dump<br />

– Percona Server Feature to warmup quickly<br />

– 300 (seconds) is a good value<br />

• innodb_io_capacity<br />

– Controls Innodb Assumption about Disk<br />

Performance. Increase for faster drives.<br />

www.percona.com

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

Saved successfully!

Ooh no, something went wrong!