From a88a315689be2a3d52210f59f831881da5dbf9c1 Mon Sep 17 00:00:00 2001 From: ltran-mdb2 <143426234+ltran-mdb2@users.noreply.github.com> Date: Thu, 31 Oct 2024 11:29:01 -0400 Subject: [PATCH] DOCSP-44876-rolling-index-limitation (#457) * 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 --- source/reference/limitations.txt | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/source/reference/limitations.txt b/source/reference/limitations.txt index dd91a3024..438843733 100644 --- a/source/reference/limitations.txt +++ b/source/reference/limitations.txt @@ -171,3 +171,17 @@ System Collections ------------------ .. include:: /includes/collections/behavior-system-collections.rst + +Rolling Index Builds +-------------------- + +``mongosync`` does not support :ref:`rolling index builds +` during migration. To avoid building +indexes in a rolling fashion during migration, use one of the following +methods to ensure that your destination indexes match your source +indexes: + +- Build the index on the source before migration. +- Build the index on the source during migration with a non-rolling + index build. +- Build the index on the destination after migration. \ No newline at end of file