Cassandra Consistency Level and Replication Factor

Viewed 2528

I'm new to Cassandra. Let's assume I have 3 nodes and Replication Factor(RF) of the keyspace is 3.

  1. Can I safely assume that if 2/3 nodes are down, I still get the complete data for a query irrespective of the Consistency level?
  2. Keeping 2/3 nodes as down, which consistency level will assure me the complete data for a query?
2 Answers
Related