Define the consistency levels for read operations in Cassandra?
Answer Posted / Mahendra Singh
Cassandra provides various consistency levels for read operations, including ONE (the latest version of a row is returned), TWO (two replicas of the data must be contacted and agree on the response), QUORUM (a majority of replicas must respond with the same data), ANY (a single replica will be chosen to provide a response) and ALL (all replicas of a write must acknowledge it before a read can return the data).
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
No New Questions to Answer in this Category !! You can
Post New Questions
Answer Questions in Different Category