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 @@ -207,6 +207,19 @@ Even if documents move between source shards during replication,
207
207
{+c2c-product-name+} maintains the :term:`eventual consistency`
208
208
guarantee on the destination cluster.
209
209
210
+ Data Definition Language (DDL) Operations
211
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
212
+
213
+ Using DDL operations (operations that act on collections or databases
214
+ such as :method:`db.createCollection()` and :method:`db.dropDatabase()`)
215
+ during sync increase the risk of migration failure and may negatively
216
+ impact ``mongosync`` performance. For best performance, refrain from
217
+ performing DDL operations on the source cluster while the sync is in
218
+ progress.
219
+
220
+ For more information on DDL operations, see
221
+ :ref:`txn-prod-considerations-ddl`.
222
+
210
223
Views
211
224
~~~~~
212
225
You can’t perform that action at this time.
0 commit comments