Skip to content

Commit b8a34c6

Browse files
authored
DOCSP 39098 Recommend limiting DDL operations during a sync (#311) (#316)
* 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 99ea793 commit b8a34c6

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
@@ -195,6 +195,19 @@ Even if documents move between source shards during replication,
195195
{+c2c-product-name+} maintains the :term:`eventual consistency`
196196
guarantee on the destination cluster.
197197

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+
198211
Views
199212
~~~~~
200213

0 commit comments

Comments
 (0)