-
Type: Improvement
-
Resolution: Unresolved
-
Priority: Unknown
-
None
-
Affects Version/s: None
-
Component/s: GridFS, Performance
-
None
-
PHP Drivers
PHPLIB has historically used insertOne to write chunks. PyMongo recently switched to a batching strategy that leverages insert_many (at the expense of increased memory usage) and saw a significant performance improvement.
- is related to
-
PYTHON-4146 Use insert_many to upload GridFS chunks for better performance
- Closed
- split from
-
DRIVERS-2848 Use insertMany to upload GridFS chunks for better performance
- Backlog