Consistent Hashing: 0.57 as the magic ratio
github.comThe 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.
The 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.