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 @@ -175,13 +175,4 @@ System Collections
175
175
Rolling Index Builds
176
176
--------------------
177
177
178
- ``mongosync`` does not support :ref:`rolling index builds
179
- <index-building-replica-sets>` during migration. To avoid building
180
- indexes in a rolling fashion during migration, use one of the following
181
- methods to ensure that your destination indexes match your source
182
- indexes:
183
-
184
- - Build the index on the source before migration.
185
- - Build the index on the source during migration with a non-rolling
186
- index build.
187
- - Build the index on the destination after migration.
178
+ .. 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