0

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

asked Sep 6, 2021 at 11:12
0

1 Answer 1

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.

answered Sep 5, 2023 at 12:38

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.