File tree Expand file tree Collapse file tree 3 files changed +16
-10
lines changed Expand file tree Collapse file tree 3 files changed +16
-10
lines changed Original file line number Diff line number Diff line change
1
+ ``mongosync `` does not support :ref: `rolling index builds
2
+ <index-building-replica-sets>` during migration. To avoid building
3
+ indexes in a rolling fashion during migration, use one of the following
4
+ methods to ensure that your destination indexes match your source
5
+ indexes:
6
+
7
+ - Build the index on the source before migration.
8
+ - Build the index on the source during migration with a :ref: `default
9
+ index build <index-creation-background>`.
10
+ - Build the index on the destination after migration.
Original file line number Diff line number Diff line change @@ -174,13 +174,4 @@ System Collections
174
174
Rolling Index Builds
175
175
--------------------
176
176
177
- ``mongosync`` does not support :ref:`rolling index builds
178
- <index-building-replica-sets>` during migration. To avoid building
179
- indexes in a rolling fashion during migration, use one of the following
180
- methods to ensure that your destination indexes match your source
181
- indexes:
182
-
183
- - Build the index on the source before migration.
184
- - Build the index on the source during migration with a non-rolling
185
- index build.
186
- - Build the index on the destination after migration.
177
+ .. include:: /includes/rolling-build-limitation.rst
Original file line number Diff line number Diff line change @@ -208,6 +208,11 @@ synchronization. The original values are restored during the commit process.
208
208
- In some cases, synchronization may create dummy indexes on the
209
209
destination to support writes on sharded or collated collections.
210
210
211
+ Rolling Index Builds
212
+ ~~~~~~~~~~~~~~~~~~~~
213
+
214
+ .. include:: /includes/rolling-build-limitation.rst
215
+
211
216
Destination Clusters
212
217
--------------------
213
218
You can’t perform that action at this time.
0 commit comments