February 2018
Intermediate to advanced
510 pages
16h 10m
English
This section focuses on some background details of how replication works. This will be useful in understanding the requirements for group replication and how it is different from the classic asynchronous MySQL replication.
The following figure showcases how traditional asynchronous primary-secondary replication works. The primary is the master and the secondary is one or more slaves connected to the master, as shown in the following figure:

MySQL also supports semi synchronous replication in which the master waits for at least one of the slaves ...
Read now
Unlock full access