summaryrefslogtreecommitdiff
path: root/src/mongo/db/query/query_planner_index_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-74344 Ban use of sparse indexes on internal comparison expression unle...Ruoxin Xu2023-03-221-10/+4
* SERVER-71485 Cleanup isCount on the canonical queryIrina Yatsenko2023-01-121-7/+7
* SERVER-70617 Allow use of SBE/column indexes for count queriesAlyssa Wagenmaker2022-11-181-7/+14
* SERVER-40691 $nin:[[],...] queries are not indexed #3420Jess Balint2022-02-221-0/+57
* SERVER-60010: Cover null and empty array queries with multikey index where po...Hana Pearlman2021-11-121-2/+49
* SERVER-34012 Planner's logic for taking union of index bounds intervals is sl...Timour Katchaounov2021-05-101-8/+5
* SERVER-55065: Cover null queries with index where possibleAlya Berciu2021-03-181-0/+44
* SERVER-47657 Added unique and sparse to index signatureYoonsoo Kim2021-03-031-0/+34
* SERVER-45918 Add SortStageSimple.David Storch2020-02-131-21/+22
* SERVER-45011 Index used for whole IXSCAN plan is determined by index creation...James Wahlin2020-01-031-0/+14
* SERVER-15200 Optimize projection to occur before sort when possible.David Storch2019-11-261-9/+8
* SERVER-14643 Return informative Status from QueryPlanner::planDavid Percy2019-11-111-5/+4
* SERVER-44377 generate correct plan for indexed inequalities to nullIan Boros2019-11-111-2/+2
* SERVER-44118 don't fetch entire document when an expression is usedIan Boros2019-11-071-0/+103
* SERVER-7568 Push $sort into PlanStage layer even for blocking SORT plans.David Storch2019-10-221-14/+0
* SERVER-43841 Break up query_planner_test.cpp to fix -fvar-tracking-assignment...James Wahlin2019-10-041-0/+1328