I will be presenting group replication on March 14, 2015 in the
FOSSASIA
conference. It is a 25 minute session and you can find the
schedule here. Here is an abstract of the
talk:
MySQL Replication provides a solution for High Availability and Read[Read more]
Scale-Out. Replication ensures that data written on one MySQL server
is made available on other MySQL servers at runtime in a fast,
consistent and fault tolerant manner with minimal impact to the
overall performance of the server.
Traditionally, MySQL Replication supports a single master and many
slaves, and it is either asynchronous or semi-synchronous. Recently, a
preview of a new replication plugin for MySQL was released and this is
named MySQL Group Replication. This plugin provides multi-master
update everywhere …