File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -195,6 +195,19 @@ Even if documents move between source shards during replication,
195
195
{+c2c-product-name+} maintains the :term:`eventual consistency`
196
196
guarantee on the destination cluster.
197
197
198
+ Data Definition Language (DDL) Operations
199
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
200
+
201
+ Using DDL operations (operations that act on collections or databases
202
+ such as :method:`db.createCollection()` and :method:`db.dropDatabase()`)
203
+ during sync increase the risk of migration failure and may negatively
204
+ impact ``mongosync`` performance. For best performance, refrain from
205
+ performing DDL operations on the source cluster while the sync is in
206
+ progress.
207
+
208
+ For more information on DDL operations, see
209
+ :ref:`txn-prod-considerations-ddl`.
210
+
198
211
Views
199
212
~~~~~
200
213
You can’t perform that action at this time.
0 commit comments