File tree Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Original file line number Diff line number Diff line change @@ -150,6 +150,25 @@ may differ between source and destination.
150
150
Transactions may appear non-atomically on the destination cluster.
151
151
Retryable writes may not be retryable on the destination cluster.
152
152
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
+
153
172
Examples
154
173
--------
155
174
You can’t perform that action at this time.
0 commit comments