Hacker News new | ask | show | jobs
Consistent Hashing: 0.57 as the magic ratio (github.com)
2 points by spartan37 3930 days ago
1 comments

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.