Introduction MySQL offers two types of clustering solution for
managing Read/Write intensive workloads , ensuring Rock Solid
Availability.
1.MySQL InnoDB Cluster
2. MySQL NDB Cluster
Glimpse of MySQL InnoDB Cluster This Cluster
is designed for users that uses MySQL Server with InnoDB storage
engine. It will serve as a natural extension for
users currently using MySQL Replication with InnoDB to a
new replication architecture i.e Clustering
on top of Group Replication. MySQL InnoDB Cluster = MySQL Server
+ MySQL Shell + MySQL Router.
MySQL Server
- Group Replication Technology.
- Single-Primary /Multi-Primary Mode.
- Fault Tolerance.
- Conflict detection and resolution.
- Automatic distributed recovery.
MySQL Shell
- Multi-Language(Python , Java script , …