-
Type: New Feature
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: CRUD
Currently, InsertMany operations will error if the documents to be inserted don't fit in a single BSON document. We should decide a proper way to handle this situation (e.g. with batching) and implement it.