-
Type: Improvement
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
When a large number of documents are passed to Collection::insert_many, the current implementation may fail due to generating a command document that's larger than 16 MB. insert_many should be updated to batch the inserts when the size of the command document would be too large.