|
commit 2bf3e416fedf9984296da9ff43c7ff54780010d1
Author: Jan Lindström <jan.lindstrom@skysql.com>
Date: Wed Oct 29 13:49:12 2014 +0200
MDEV-6932: Enable Lazy Flushing
Merge Facebook commit 4f3e0343fd2ac3fc7311d0ec9739a8f668274f0d
authored by Steaphan Greene from https://github.com/facebook/mysql-5.6
Adds innodb_idle_flush_pct to enable tuning of the page flushing rate
when the system is relatively idle. We care about this, since doing
extra unnecessary flash writes shortens the lifespan of the flash.
|