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 0273c70 commit 9905697Copy full SHA for 9905697
source/reference/limitations.txt
@@ -171,3 +171,17 @@ System Collections
171
------------------
172
173
.. include:: /includes/collections/behavior-system-collections.rst
174
+
175
+Rolling Index Builds
176
+--------------------
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.
0 commit comments