Problem
Read-heavy workloads overwhelm primary. Write throughput must not be impacted by read load.
Also known as: replica, read-scaling, follower
Scale read throughput by replicating data to follower nodes that serve read queries, while primary handles writes.
Read-heavy workloads overwhelm primary. Write throughput must not be impacted by read load.
Medium — additional replica nodes
Medium — lag monitoring, promotion drills
Low — well-understood
Replica lag spikes → stale reads, alert fatigue
Replica OOM on long query → cascade to primary if sync
Promotion failure: data loss, split-brain
Network partition: replica diverges, needs rebuild