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

Client-driven data duplication / redundancy #84

Open
gavin-norman-sociomantic opened this issue Dec 20, 2017 · 0 comments
Open

Client-driven data duplication / redundancy #84

gavin-norman-sociomantic opened this issue Dec 20, 2017 · 0 comments

Comments

@gavin-norman-sociomantic

We may enhance the dhtnode to support data duplication / redundancy, but it's also worth noting the old idea that the client could be enhanced to perform this.

Something like:

  • For particular channels, a level of duplication is configured.
  • When writing to a duplicated channel, the client would actually assign multiple Put requests to different nodes, based on the level of duplication desired.
  • The keys of the duplicate records could be generated by some algorithmic means, e.g. re-hashing.
  • When reading from a duplicated channel, the client would try to contact the responsible nodes in order, until the record is retrieved.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant