I am currently looking at CouchDB and I understand that I have to specify all the replications by hand. If I want to use it on 100 nodes how would I do the replication?
- Doing 99 "replicate to" and 99 "replicate from" on each node
- It feels like it would be overkill since a node replication includes all the other nodes replications to it
- Doing 1 replicate to the next one to form a circle (like A -> B -> C -> A)
- Would work until one crash, then all wait until it comes back
- The latency would be big for replicating from the first to the last
Isn't there a way to say: "here are 3 IPs on the full network. Connect to them and share with everyone as you see fit like an independent P2P" ?
Thanks for your insight