What is InnoDB Cluster?
Hot off of Oracle Open World 2016 is the lab release of MySQL’s InnoDB Cluster.
InnoDB Cluster uses the Group Replication plugin to allow for virtually synchronous replication, while also providing a MySQL Router that is aware of the cluster state. By connecting your application to the router, your application will be able to withstand failover of any node participating in the cluster.
InnoDB Cluster also provides a new MySQL Shell to interact with the cluster commands.
MySQL’s server team gives us a very good hands-on tutorial if you’re interested in getting …
[Read more]