Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement sharding distribution model using jumping consistent hash on top of gproc #27

Closed
cabol opened this issue Sep 23, 2015 · 0 comments

Comments

@cabol
Copy link
Owner

cabol commented Sep 23, 2015

Currently riak_core is used as distribution tool, to implement different distribution models (sharding, sharding + peer-to-peer replication, etc.) on top of gproc. The idea is to implement something simpler, a 1st approach may be only support sharding, using jumping consistent hash (http://arxiv.org/ftp/arxiv/papers/1406/1406.2294.pdf) on top of gproc.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant