Multi-Raft
RU: Multi-Raft
An architecture in which a single process runs many independent Raft consensus groups simultaneously, each managing a different data partition (range or region). Used by TiKV and CockroachDB to scale beyond what a single Raft group can serve, with connections between nodes shared across groups to reduce overhead.