Details
-
Bug
-
Resolution: Done
-
Major - P3
-
None
-
None
-
None
-
ALL
Description
Hi,
Currently I'm working on a Mongo DB. I have a collection with hundreds of millions of records.
When I try to run an aggregation I always get the 16Mb size limit error.
I'm using Spring and MongoTemplate.
I've google around and tried and used cursor() , out(), allowDiskUse(true) but nothing seems to solve the limit size error.