Introduction
MySQL InnoDB ClusterSet is primarily used for disaster recovery scenarios where it provides disaster recovery tolerance for a MySQL InnoDB Cluster by replicating data asynchronously using a dedicated replication channel between the primary InnoDB cluster and the secondary InnoDB cluster.
InnoDB cluster provides high availability within the region or data centers. InnoDB cluster requires a minimum of three MySQL server instances ...