graphscale icon indicating copy to clipboard operation
graphscale copied to clipboard

Implemented consistent hashing in kvetch

Open schrockn opened this issue 7 years ago • 0 comments

Right now kvetch just does a mod of the user_id in order to allocate shards. That is dumb. Consistent hashing, for example, is a superior strategy. See http://michaelnielsen.org/blog/consistent-hashing/

schrockn avatar Jul 02 '17 22:07 schrockn