Skip to content

Commit 9905697

Browse files
authored
DOCSP-44876-rolling-index-limitation (#457) (#461)
* DOCSP-44876-rolling-index-limitation * DOCSP-44876-rolling-index-limitation * DOCSP-44876-rolling-index-limitation * DOCSP-44876 copy edit * DOCSP-44876 copy edit * DOCSP-44876 tech edit
1 parent 0273c70 commit 9905697

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

source/reference/limitations.txt

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,3 +171,17 @@ System Collections
171171
------------------
172172

173173
.. 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

Comments
 (0)