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,
207207{+c2c-product-name+} maintains the :term:`eventual consistency`
208208guarantee on the destination cluster.
209209
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+
210223Views
211224~~~~~
212225
You can’t perform that action at this time.
0 commit comments