This is the most straightforward method of replication. It can be explained as follows:
- We take a cluster of databases:
- Designate one of them as the master, and the remaining databases as replicas:
- All writes are performed to the master:
- All reads are performed from the replicas: