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