Consensus as a Building Block
Standalone consensus (Paxos/Raft) is a primitive — production databases build entire systems on top.
The key abstraction: replicated state machine
- Apply consensus to a sequence of commands
- Every replica executes commands in the same order
- The result: any node can serve reads from a consistent state