Why Consistent Hashing?
“Regular” Hashing
Say we’re building a contact management system - given a contact number, we want to display the contact’s name. Let’s start with a simple hash table that:
Uses a simple modulo function to hash contact numbers
Uses separate chainin...
volvoxx.hashnode.dev4 min read