-
Type: Task
-
Resolution: Unresolved
-
Priority: Unknown
-
Affects Version/s: None
-
Component/s: None
-
None
-
Python Drivers
As part of the new MongoClient.bulk_write API, we need to add support for C extensions, which get called during the process of constructing and sending the OP_MSG.
We should add two new entry points to _cmessagemodule.c: one for _client_encode_batched_op_msg() and one for _client_batched_op_msg(). Much of the existing C implementation for the collection-level bulk write can likely be reused.
- is related to
-
PYTHON-4668 Improve performance of client.bulk_write
- Closed
- related to
-
PYTHON-3233 Improved Bulk Write API
- Development Complete
-
PYTHON-4668 Improve performance of client.bulk_write
- Closed