summaryrefslogtreecommitdiff
path: root/jstests/libs/analyze_plan.js
Commit message (Expand)AuthorAgeFilesLines
* SERVER-68434 Fix plan cache key encoding to account for $or in partial index ...v4.2Nicholas Zolnierz2023-02-161-0/+34
* SERVER-24860 Optimize away entire pipeline if it can be answered using a queryAnton Korshunov2019-04-031-7/+50
* SERVER-37446 Change PlanStages which don't require a collection to avoid keep...David Storch2018-11-071-4/+6
* SERVER-31698 Move wildcard_index integration tests to /core/Bernard Gorman2018-10-101-0/+32
* SERVER-36528 Implement $planCacheStats agg source.David Storch2018-08-211-26/+23
* SERVER-35973 Report MULTI_ITERATOR common exec stats correctly.David Storch2018-07-161-7/+26
* SERVER-23202: Query planner does not trim certain bounds-generating inequalit...Nick Zolnierz2018-03-141-0/+39
* SERVER-31785 Use 2 shards in sharded jscore passthrough.Charlie Swanson2018-01-191-10/+22
* SERVER-31760 Optimize $expr to allow index use for equality predicates.David Storch2018-01-041-2/+2
* SERVER-30704 Use ARM to merge agg cursors on mongos.Charlie Swanson2017-09-011-0/+42
* SERVER-19402 Change agg array sort semantics to match find.David Storch2017-07-211-2/+31
* SERVER-27848 Add index hint to aggregation and non-materialized viewsJames Wahlin2017-02-031-0/+50
* SERVER-23064 COUNT_SCAN query execution stage does not report index bounds in...David Hatch2016-06-101-1/+5
* SERVER-22468 Format JS code with approved style in jstests/Jonathan Abrahams2016-03-091-8/+5
* SERVER-22048 Add index stats test covering multiple potential plan matchJames Wahlin2016-01-121-17/+39
* SERVER-15020 Added missing explain stats for distinct commandQingyang Chen2015-08-111-16/+23
* SERVER-14875 explain helpers for the shellDavid Storch2014-10-131-0/+7
* SERVER-14742 delete old explain and turn on explain 2.0David Storch2014-09-031-0/+80