2013/3/15 Kristian Nielsen <knielsen@knielsen-hq.org>
How many transactions do you have running in parallel? Binlog group commitonly helps if you have more than 2 transactions writing concurrently (and the
more, the better).
Of course, it could also be that the fdatasync() at commit is not a
bottlenect, which would also result in Binlog_commits =~
Binlog_group_commits. How many commits per second do you do?
In MariaDB 10.0, I implemented MDEV-181