I am new to MySQL world. I would like to understand the difference between MySQL Group Replication and InnoDB cluster, is there any other differences apart from router configuration for InnoDB cluster?
can someone please clarify my queries.
Regards, Var
1 Answer 1
InnoDB Cluster is a combination of MySQL technologies which includes Group Replication, MySQL Shell, and MySQL Router. The fault tolerance is indeed using Group Replication under the hood, and MySQL Shell (and the Admin API in particular) simplifies configuration and management. MySQL Router is used for automatically proxying traffic from clients to the appropriate instance.
Explore related questions
See similar questions with these tags.