Skip to content

Commit 9f97a2d

Browse files
author
Dave Cuthbert
authored
DOCS-15423 corner case dropdatabase (#45)
* DOCS-15423 corner case dropdatabase * Review feedback
1 parent 420654b commit 9f97a2d

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

source/reference/mongosync.txt

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,25 @@ may differ between source and destination.
150150
Transactions may appear non-atomically on the destination cluster.
151151
Retryable writes may not be retryable on the destination cluster.
152152

153+
Profiling
154+
~~~~~~~~~
155+
156+
If profiling is enabled on a source database, MongoDB creates a special
157+
collection named ``<db>.system.profile``. After synchronization is
158+
complete, {+c2c-product-name+} will not drop the
159+
``<db>.system.profile`` collection from the destination even if the
160+
source database is dropped at a later time. The ``<db>.system.profile``
161+
collection will not change the accuracy of user data on the
162+
destination.
163+
164+
Views
165+
~~~~~
166+
167+
If a database with views is dropped on the source, the destination may
168+
show an empty ``system.views`` collection in that database. The empty
169+
``system.views`` collection will not change the accuracy of user
170+
data on the destination.
171+
153172
Examples
154173
--------
155174

0 commit comments

Comments
 (0)