Database Replication
Database Replication
Leader-Based Replication
Single-leader write path, follower setup, failover, split-brain prevention, and replication topologies
Consistency Models (Replication)Synchronous, semi-synchronous, and asynchronous replication — per-operation consistency choices
Read Replicas & Replication LagSync vs async replication, replication lag anomalies, read-your-writes, monotonic reads, routing, and replica promotion
Replication ImplementationsStatement-based, WAL shipping, row-based logical replication, and trigger-based change capture