← Arena
Practice0:00
Consistent Hashing · D5
Add one node to the ring to relieve the hotspot.
A key is served by the first node clockwise. Tap a candidate slot to place the new node — only the slice of keys in its arc re-homes (≈ K/n), not the whole keyspace. Minimise the busiest node's load.
Practice — no rating pressure. Get as close to the optimum as you can; each play teaches the pattern.
tap a + slot to add a node