-
Type:
Task
-
Resolution: Unresolved
-
Priority:
Major - P3
-
None
-
Affects Version/s: None
-
Component/s: mongorestore
-
3
-
Tools and Replicator
-
13
In large restorations, index builds can take a long time. When this happens, currently mongorestore offers no progress or other indicator that “all is well”.
Two ideas to assuage this:
- Copy mongomirror’s LogIndexBuildProgress() function over, and run it every 10m or so.
- In that same interval, suggest increasing the server’s maxIndexBuildMemoryUsageMegabytes.
… or, we could do both. (Or maybe something even better?)