You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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:
The text was updated successfully, but these errors were encountered: