We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae33996 commit 8a20490Copy full SHA for 8a20490
source/reference/limitations.txt
@@ -170,3 +170,17 @@ System Collections
170
------------------
171
172
.. include:: /includes/collections/behavior-system-collections.rst
173
+
174
+Rolling Index Builds
175
+--------------------
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.
0 commit comments