-
Type: Improvement
-
Resolution: Won't Fix
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: Storage
-
Execution Team 2021-05-03, Execution Team 2021-05-17, Execution Team 2021-06-14, Execution Team 2021-06-28
Similar to what's described in SERVER-45570, the CollectionBulkLoader uses two MultiIndexBlock objects, to build the _id index and other indexes, and MultiIndexBlock::insert() to build the indexes document by document. Only MultiIndexBlock::insertAllDocumentsInCollection has a ProgressMeter, which is not the code path used.
This use case is rather different than usual since the CollectionBulkLoader is using two MultiIndexBlocks at once.
- related to
-
SERVER-45570 Add a ProgressMeter to the index build startup recovery code path
- Closed