graphscale
graphscale copied to clipboard
Implemented consistent hashing in kvetch
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/