Database Replication
Database Replication
Leader-Based Replication
Single-leader write path, follower catch-up, and failover
Replication ImplementationsStatement-based, WAL shipping, row-based, and logical replication
Read Replicas & Replication LagSync vs async replication, replication lag, read-your-writes, monotonic reads, and replica promotion
Replication LagRead-your-writes, monotonic reads, and consistent prefix reads
Consistency ModelsStrong, eventual, causal, and linearizability