Tag: Open Source

Community

Fixing MySQL group commit (part 3)

(Kristian Nielsen) This is the third and final article in a series about group commit in MySQL. The first article discussed the background: group commit in MySQL does not work when the binary log is enabled. The second article explained the part of the InnoDB code that is responsible for the problem

Community

Fixing MySQL group commit (part 1)

(Kristian Nielsen) This is the first in a series of three articles about ideas for implementing full support for group commit in MariaDB (for the other parts see the second and third articles). Group commit is an important optimisation for databases that helps mitigate the latency of physically writ