-
Type: Task
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: Replication
-
None
-
Fully Compatible
-
v4.2
-
Repl 2019-06-17, Repl 2019-07-01, Repl 2019-07-15, Repl 2019-07-29
-
0
Since CollectionBulkLoaderImpl is used only by initial sync, modify CollectionBulkLoaderImpl::insertDocuments such that it batches the documents and performs batch insertion in a single WriteUnitOfWork. This batching applies only to uncapped collections which have either CollectionBulkLoaderImpl::_idIndexBlock or CollectionBulkLoaderImpl::_secondaryIndexesBlock set.
- is related to
-
SERVER-41890 Remove unused oplog insert code from CollectionImpl::insertDocumentForBulkLoader which is only used by CollectionBulkLoader(initial sync collection cloner).
- Closed
-
SERVER-41932 Remove unused validation code from CollectionImpl::insertDocumentForBulkLoader which is only used by CollectionBulkLoader(initial sync collection cloner).
- Closed
-
SERVER-42082 Change insertDocumentForBulkLoader to insertDocumentsForBulkLoader
- Closed
- related to
-
SERVER-16206 Use the WT bulk loader for collection documents in cloner
- Closed