As we all know that the MongoDB has aggregation size limit as it allows only 16MB in a single document. Is this issue fixed in the latest MongoDB version. Have anybody tried that?
Asked
Active
Viewed 87 times
0
-
Here is some info about [Aggregation Pipeline Limits](https://docs.mongodb.com/manual/core/aggregation-pipeline-limits/index.html). – prasad_ Mar 18 '20 at 02:52
-
Can you try this `allowDiskUse(true);` ? – Mayur Vaghasiya Mar 18 '20 at 06:28
-
Does this answer your question? [Understanding MongoDB BSON Document size limit](https://stackoverflow.com/questions/4667597/understanding-mongodb-bson-document-size-limit) – Clement Amarnath Mar 18 '20 at 07:19
-
Use GridFS for storing large amount of data – Clement Amarnath Mar 18 '20 at 07:19