mongodb/Database/MongoDB
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
..
Internal Undo some inessential changes 2020-04-01 16:53:37 +02:00
Transport Add support for opening replica sets over TLS 2019-11-01 18:33:09 +00:00
Admin.hs Fix typo 2020-04-03 09:46:07 +02:00
Connection.hs Undo some inessential changes 2020-04-01 16:53:37 +02:00
GridFS.hs Undo some inessential changes 2020-04-01 16:53:37 +02:00
Query.hs Add allowDiskUse option for aggregates 2020-12-15 14:47:00 +00:00
Transport.hs Undo some inessential changes 2020-04-01 16:53:37 +02:00