summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline/sharded_agg_helpers.cpp
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-38311 Change out merging strategyCharlie Swanson2019-02-131-5/+15
| | | | | Allows an $out stage to run in parallel on all shards if the target collection is sharded and so is the input collection to the aggregate.
* SERVER-38728 allow pipeline with lookup stage on sharded collection to run ↵Ian Boros2019-01-291-0/+488
on mongod