-
Type: Task
-
Resolution: Done
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: Bulk API, Performance Benchmarking
-
None
Add benchmarks for client.bulk_write() and collection.bulk_write().
We currently don't have comprehensive bulk benchmarks but we do have some for insert_many, here: https://github.com/mongodb/mongo-python-driver/blob/9d436066620cfc9d7baf194e8ce4be330e41f267/test/performance/perf_test.py#L423-L431. We should add similar benchmarks to compare the performance of the coll.bulk_write() API with the client.bulk_write() API.
- is duplicated by
-
MOTOR-1346 Benchmark Collection and Client bulkWrite
- Blocked
- related to
-
PYTHON-4833 Benchmark Collection and Client bulkWrite
- Blocked
-
DRIVERS-2862 Benchmark Collection and Client bulkWrite
- In Progress
-
PYTHON-4668 Improve performance of client.bulk_write
- Closed