Consistent Hashing is a distributed hashing scheme that operates independently of the number of servers or objects in a distributed hash table.
I made a Consistent Hashing Simulator to help to understand the concept. Basically it takes random strings (titles from wikipedia) and applies the hash function, you can see load per server and add/remove servers to see how keys move between servers.
Top comments (0)