What does rebalancing in Consistent Hashing look like in production?
Say I have N Nodes each with their own DB, how do you add a new node and ensure all required keys are remapped, while the system is still running?
What does rebalancing in Consistent Hashing look like in production?
Say I have N Nodes each with their own DB, how do you add a new node and ensure all required keys are remapped, while the system is still running?