Setting consistency levels
Set the consistency level to control the accuracy of the data returned by read request.
- ONE
Returns data from the nearest replica.
- QUORUM
Returns the most recent data from the majority of replicas.
- ALL
Returns the most recent data from all replicas.
Follow instructions to set up five nodes on your local computer, trace reads at different consistency levels, and then compare the results.