-
Type: New Feature
-
Resolution: Won't Fix
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
None
Currently, each collection is restored in parallel, and indexes are created for each collection as they finish.
With enough collections and background indexes, this will result in the server working on building multiple indexes in parallel along with handling the inserts at the same time.
Waiting until all the inserts are done before triggering the index builds will likely speed it up more.
- is related to
-
TOOLS-2041 Mongorestore should handle duplicate key errors during oplog replay
- Closed
-
TOOLS-936 Add option to force mongorestore to build indexes in the background
- Closed