MySQL/Galera release 0.6 shipped out today.
MySQL/Galera is synchronous multi-master clustering solution for
innodb storage engine, offering un-compromised performance and
thanks to certification based replication model, scalability even
with write intensive work loads.
We have tested MySQL/Galera 0.6 with a number of benchmarks. Here
is a summary of sysbench oltp benchmark run on clusters of 1-4
nodes of Amazon EC2 large instances: sysbench results Scalability is remarkable here
and many other benchmarks show similar performance gain.
The 0.6 release adds following new features over the earlier
Demo-2 release:
- Merged with MySQL 5.1.33
- Full DDL replication using "total order isolation" mode
- Workaround for drupal issue #282555. The fix is simply about retrying the …