Consistent Hashing: 0.57 as the magic ratio
1–2 of 2 posts
Re: Consistent Hashing: 0.57 as the magic ratio
#2The core idea is, whenever a new node is added, we select an existing node which has the largest keyspace and split that keyspace between the new node and old node in the ratio of 57:43.