As you may know, flushing in MySQL is an area of my interest, I
wrote about it several times, i.e.
http://www.mysqlperformanceblog.com/2011/09/18/disaster-mysql-5-5-flushing/
http://www.mysqlperformanceblog.com/2011/03/31/innodb-flushing-a-lot-of-memory-and-slow-disk/
http://www.mysqlperformanceblog.com/2011/01/03/mysql-5-5-8-in-search-of-stability/
In MySQL 5.6 there was implemented a new flushing logic, so I decided to check what do we have now.
For experiment I took tpcc-mysql workload (3 hours runs), 2500W (
~250GB of data), on Dell PowerEdge 720 box with …