Introduction Flashcards
1
Q
What is AdminAPI?
A
- included in MySQL shell
- configure and administer a group of at least three MySQL server
- to function as an InnoDB Cluster
2
Q
MySQL Group Replication
A
- provides the mechanism to replicate data
- runs on every InnoDB Cluster node
- create elastic, highly-available, fault-tolerant replication topologies
3
Q
InnoDB ClusterSet
A
- provide disaster tolerance for InnoDB Cluster deployments
4
Q
MySQL Router
A
- connecting client applications transparently to the server
- can automatically configure itself
- if failure of Server Instance, Router detects this and routes to new Primary.
5
Q
MySQL InnoDB Cluster components
A