What are the implications of R + W > N for Cassandra clusters?
The basic problem we are trying to solve is this: Can a situation occur in which a read doesn’t return the most up-to-date value? Obviously, this is best avoided if possible! If R+W <= N, then this situation can occur. A write could send a new value to one group of nodes, while a subsequent … Read more