Init guide environment...
Leader acknowledges write immediately. Replicates to followers in background.
Leader waits for followers to acknowledge write before confirming to client.
No single leader. Read/write to multiple nodes (Quorum). Handles node failures well.
Visualize how data propagates across nodes
| Mode | Active Replication | Scaling Profile | Complexity | Best Use Case |
|---|---|---|---|---|
| Single-Leader | Yes | Read Only | Low | Web apps, CMS |
| Multi-Leader | Yes | Read/Write | High | Global apps, Offline clients |
| Leaderless | Yes | High Avail. | Med | Available-first (DynamoDB) |