Tag: Open Source

Community

DRBD in the real world

(Eric Bergen) I’ve noticed a few blog posts recently about people saying how great DRBD is as a fail over mechanism for MySQL. My experience with DRBD has been the complete opposite. It offers almost no benefit over binary log replication for typical MySQL setups and prevents a few things that are p

Community

Comparison of table sync algorithms

(Xaprb) I’ve been working on how to efficiently compare and synchronize data between two tables on different MySQL servers. I’ve also been working on a tool, sort of like rsync for database tables, which implements both algorithms. I profiled it to see how well the comparison algorithms work on real

Community

MySQL Cluster restore

(Oli Sennhauser) Recently the question came up if it is faster to restore a MySQL cluster when all nodes are up or only ONE node from each node group during restore. The answer from our gurus was: All nodes up during restore! I wanted to find out why.