Skip to content

Commit 8a20490

Browse files
authored
DOCSP-44876-rolling-index-limitation (#457) (#460)
* 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 ae33996 commit 8a20490

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
@@ -170,3 +170,17 @@ System Collections
170170
------------------
171171

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

Comments
 (0)