Back to consensus paxos raft
distributed systems · Deep dive
CockroachDB — MultiRaft with a Raft group per range
13 min read
Scaffold
Every 512 MB range has its own Raft group. A single cluster runs hundreds of thousands of Raft groups. Learn how MultiRaft scales consensus to petabyte databases.
This deep-dive is a scaffold.
The overview above is ready. The full-fledged deep dive with explanations, code walkthroughs, and animated diagrams is queued for the next authoring pass.
Meanwhile, return to the main consensus paxos raft page for the full concept explanation including animated walkthroughs and real-world scenario visualizations.