-
Type: New Feature
-
Resolution: Won't Fix
-
Priority: Minor - P4
-
None
-
Component/s: Bulk API, Performance
-
None
-
Needed
To improve write throughput from an application that is performing large volumes of insertOne, updateOne and deleteOne operations, the drivers should consider batching these and issuing bulk operations instead.
This feature would be disabled by default and would have to temporarily queue operations. Note that queues would need to be maintained for permutations of command options (ex: writeConcern, bypassDocumentValidation, comment on inserts - let, writeConcern and comment for updates/deletes)
- related to
-
DRIVERS-716 Improved Bulk Write API
- In Progress