mongodb/Database
Andrea Condoluci 9a048f2f85 Add allowDiskUse option for aggregates
Aggregation pipeline stages have a limit of 100Mb of RAM.
In case of large datasets, one can cross that limit by setting
allowDiskUse = True and making stages write data
to temporary files.

See also https://docs.mongodb.com/manual/reference/method/db.collection.aggregate .
2020-12-15 14:47:00 +00:00
..
MongoDB Add allowDiskUse option for aggregates 2020-12-15 14:47:00 +00:00
MongoDB.hs Add type signatures and extension in code 2016-11-07 21:13:56 +05:30