Update consistency level

This commit is contained in:
Ryan 2025-01-06 14:47:10 +08:00
parent 1e215f9cfb
commit 3d4dd798b7

View file

@ -270,7 +270,8 @@
- Consistency level: how recent and in-sync all replicas of a row of data are. - Consistency level: how recent and in-sync all replicas of a row of data are.
It prefers availability over consistency, and let you tune how consistent it It prefers availability over consistency, and let you tune how consistent it
would be, replica consistency levels: would be, replica consistency levels:
- ANY: one replica node, including handoff - ANY: one replica node, including handoff need to reply, in order for write
to success
- ONE: one node - ONE: one node
- QUORUM: N / 2 + 1 - QUORUM: N / 2 + 1
- `LOCAL_QUORUM`: local datacenter - `LOCAL_QUORUM`: local datacenter