Setting up semi-synchronous replication in MariaDB

Опубликовано: 19 Октябрь 2024
на канале: IT-INZHENER
17
0

This video will show you how to set up synchronous replication in MariaDB without much effort.
In normal asynchronous replication, replicas query the primary server's binary log for events when the replicas are ready. The primary server does not wait for the replica to acknowledge that the event was received.
With fully synchronous replication, all replicas must respond that they have received events.
Semi-synchronous replication waits until at least one replica acknowledges that it has received and logged events.

0:00 Start
0:13 Setting up replication
7:09 Enable semi-synchronous replication
10:56 The end

#mariadb #mariadb-dump #replication