-
Type: Improvement
-
Resolution: Unresolved
-
Priority: Minor - P4
-
None
-
Affects Version/s: 2.0
-
Component/s: asyncio
-
None
Looking to see if it's possible to modify the `collection.bulk_write(...)` method to allow a generator/iterable be passed instead of only lists. This would allow for more memory efficient and streamlined coding.
- depends on
-
PYTHON-1752 bulk_write should be able to accept a generator
- Backlog
- related to
-
PYTHON-1517 insert_many should work with arbitrarily long iterables
- Blocked