Details
-
Improvement
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
1.9.0
-
All
-
Patch
Description
Currently the RunMongoAggregation processor does not allow the use of the 'allowDiskUse' aggregation option. This is required when aggregation pipeline stages exceed the maximum memory use limit (100MB) and is typically exceeded when working with large datasets particularly when executing $group or $sort operations.
Pull Request will submitted in due course to add a mandatory property on the RunMongoAggregation processor (defaulting to false).
https://docs.mongodb.com/manual/reference/command/aggregate/#aggregate-data-using-external-sort
Attachments
Issue Links
- links to