Consistent Hashing
A new kind of hash function
Maps any item to a bucket in my view
Computable in constant time, locally
Adding bucket to view takes logarithmic time
- logarithmic number of standard hash functions
Handles incremental and inconsistent views