...

/

Asynchronous VS Synchronous Replication

Asynchronous VS Synchronous Replication

Asynchronous vs Synchronous Replication

There are broadly two strategies that can be adopted for replicating changes from the leader to its followers. These are:

  • Asynchronous Replication

  • Synchronous Replication

The two can be combined to form a hybrid strategy, sometimes called semi-synchronous replication.

Asynchronous Replication

In the ...