Skip to content

Commit a2d1fb4

Browse files
authored
DOCSP 39098 Recommend limiting DDL operations during a sync (#311)
* DOCSP-39098 Recommend limiting DDL operations during a sync * DOCSP-39098 ddl warning * DOCSP-39098 ddl warning * DOCSP-39098 ddl warning * DOCSP-39098 tech edit * DOCSP-39098 tech edit
1 parent ede3b38 commit a2d1fb4

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

source/reference/mongosync.txt

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -207,6 +207,19 @@ Even if documents move between source shards during replication,
207207
{+c2c-product-name+} maintains the :term:`eventual consistency`
208208
guarantee 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+
210223
Views
211224
~~~~~
212225

0 commit comments

Comments
 (0)