Back to Concepts
#16

Replication

Replication involves strictly copying data from one database node (primary) to one or more nodes (replicas).

This increases Availability (if one fails, others work) and Read Performance (reads can be spread across replicas).

Primary
Replica 1
Replica 2