Hash Ring
← Back to Consistent Hashing
A circular hash space where both keys and nodes are mapped using a hash function. Each key is assigned to the nearest node clockwise on the ring, minimizing redistribution when nodes join or leave.
← Back to Consistent Hashing
A circular hash space where both keys and nodes are mapped using a hash function. Each key is assigned to the nearest node clockwise on the ring, minimizing redistribution when nodes join or leave.