File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -134,6 +134,22 @@ file. For example:
134
134
cluster0: "mongodb://192.0.2.10:27017,192.0.2.11:27017,192.0.2.12:27017"
135
135
cluster1: "mongodb://192.0.2.20:27017,192.0.2.21:27017,192.0.2.22:27017"
136
136
137
+ Consistency
138
+ ~~~~~~~~~~~
139
+
140
+ ``mongosync`` supports :term:`eventual consistency` on the destination
141
+ cluster. Read Consistency is not guaranteed on the destination cluster,
142
+ the source and destination clusters may differ at a given point in
143
+ time. However, if new writes are halted on the source cluster, the
144
+ source and destination clusters will eventually hold the same data.
145
+
146
+ Individual writes may be reordered or combined as they are relayed from
147
+ source to destination. For a given document, the total number of writes
148
+ may differ between source and destination.
149
+
150
+ Transactions may appear non-atomically on the destination cluster.
151
+ Retryable writes may not be retryable on the destination cluster.
152
+
137
153
Examples
138
154
--------
139
155
You can’t perform that action at this time.
0 commit comments