More I read the documentation, more I get confused.
http://docs.couchdb.org/en/2.1.1/cluster/theory.html
Let me put my question in simple way:
I have 3 nodes cluster having below configuration: n=3, q=8
- Would this configuration make sure that in case of failure of 2 nodes, 3rd node will have all the documents/data for read and write?
- Does value of r and w will have any impact?
- if I configure the value of r=1 and w=3 then will it make sure any node in cluster will have all documents/data stored in different shards.