-
Type: Task
-
Resolution: Won't Fix
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: Replication
-
None
-
Replication
If insertDocumentForBulkLoader accepted multiple documents, _insertDocuments (_insertDocumentsForUncappedCollection after SERVER-41530) could call this function once. This task is dependent on SERVER-41530, SERVER-41890 and SERVER-41932 as this will allow insertDocumentsForBulkLoader to take in Records instead of BSONObjs. Once insertDocumentForBulkLoader takes in a vector of Records, it can call _insertRecords instead of _insertRecord.
- related to
-
SERVER-41530 For uncapped collections, CollectionBulkLoaderImpl::insertDocuments should batch the documents and commits the batch in a single WriteUnitOfWork
- Closed