update docs to reflect how default write consistency with 1 replica behaves
This commit is contained in:
parent
cb9548f811
commit
f450c3ea30
|
@ -344,6 +344,10 @@ parameter can be used.
|
||||||
|
|
||||||
Valid write consistency values are `one`, `quorum`, and `all`.
|
Valid write consistency values are `one`, `quorum`, and `all`.
|
||||||
|
|
||||||
|
Note, for the case where the number of replicas is 1 (total of 2 copies
|
||||||
|
of the data), then the default behavior is to succeed if 1 copy (the primary)
|
||||||
|
can perform the write.
|
||||||
|
|
||||||
[float]
|
[float]
|
||||||
[[index-replication]]
|
[[index-replication]]
|
||||||
=== Asynchronous Replication
|
=== Asynchronous Replication
|
||||||
|
|
Loading…
Reference in New Issue