summaryrefslogtreecommitdiff
path: root/jstests/noPassthrough/lookup_with_limit_sharded.js
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-67092 Delete 'featureFlagSBEGroupPushdown' and ↵Mihai Andrei2022-06-211-1/+1
| | | | 'featureFlagSBELookupPushdown'
* SERVER-64614 Update lookup_with_limit.js and look_with_limit_sharded.js for ↵Rui Liu2022-04-021-15/+21
| | | | lowered $lookup plan
* SERVER-64521 Enable the SBE lookup feature in all feature flag build variantsYoonsoo Kim2022-03-231-0/+9
|
* SERVER-55093 Fix noPassthrough/lookup_with_limit_sharded.js failing due to ↵Andrii Dobroshynski2021-04-011-3/+3
| | | | explain format change
* SERVER-51970 Create feature flag for SBEAlya Berciu2021-01-221-1/+5
|
* SERVER-50442 Remove ensureIndex shell functionRishab Joshi2020-11-171-1/+1
| | | | This commit replaces all the usages of ensureIndex() with createIndex() in JS tests and JS shell""
* Revert "SERVER-50442 Remove ensureIndex shell function This commit also ↵Arun Banala2020-11-121-1/+1
| | | | | | replaces all the usages of ensureIndex() with createIndex() in JS tests and JS shell" This reverts commit e69c967ff8b53634770438dfe9a5c7d13548351b.
* SERVER-50442 Remove ensureIndex shell function This commit also replaces all ↵Rishab Joshi2020-11-121-1/+1
| | | | the usages of ensureIndex() with createIndex() in JS tests and JS shell
* SERVER-31072 reorder $limit before $lookup in pipeline if no $unwind is presentKatherine Wu2019-12-171-0/+111