Tagged Questions
5
votes
1answer
82 views
Articles about replication schemes/algorithms?
I'm designing a distributed system with a certain flow of data in it. I'd like to guarantee that at least N nodes have almost-current data at any given time.
I do not need complete consistency, only ...
4
votes
2answers
349 views
How to robustly, but minimally, distribute items across a peer-to-peer system
If one has a peer-to-peer system that can be queried, one would like to
reduce the total number of queries across the network (by distributing "popular" items widely and "similar" items together)
...