summaryrefslogtreecommitdiff
path: root/jstests/libs/analyze_plan.js
Commit message (Expand)AuthorAgeFilesLines
* SERVER-67101 Support microsecond precision in ScopedTimerRuoxin Xu2022-07-271-2/+10
* Revert "SERVER-67101 Support microsecond precision in ScopedTimer"Ruoxin Xu2022-07-261-10/+2
* SERVER-67101 Support microsecond precision in ScopedTimerRuoxin Xu2022-07-261-2/+10
* SERVER-66937 Ensure $lookup plan cache interact correctly with plan cache com...Anton Korshunov2022-07-241-1/+13
* SERVER-66061 Remove redundant projection in COLUMN_SCAN plansCharlie Swanson2022-07-061-2/+4
* SERVER-64614 Update lookup_with_limit.js and look_with_limit_sharded.js for l...Rui Liu2022-04-021-0/+13
* SERVER-63078 Report bounded clustered collections scans as CLUSTERED_IXSCANLouis Williams2022-02-031-0/+4
* SERVER-59682 Recover SBE plans from the new plan cacheRuoxin Xu2022-01-171-0/+23
* SERVER-56484 Remove 'advances' stats from SBE explain (same stats provided by...Irina Yatsenko2021-05-211-1/+1
* SERVER-56056 Correctly extract chunkSkips metric from SBE explainJustin Seyster2021-04-211-13/+38
* SERVER-53238 [SBE] Include replanReason string into PlanSummaryStatsAnton Korshunov2021-03-201-0/+10
* SERVER-54322 Text query plans are not shown properly in SBE explainAnton Korshunov2021-03-131-5/+0
* SERVER-54561 Fix undefined values handling in aggregation comparison expressi...Nikita Lapkov2021-03-081-2/+5
* SERVER-34200 Explain doesn't report stages which are above a MultiPlanStageTimour Katchaounov2021-03-011-4/+11
* SERVER-54480 Fix index key rehydration in SBEIan Boros2021-02-241-0/+5
* SERVER-54320 [SBE] Failure in jstests/aggregation/explain_limit.js due to exp...Anton Korshunov2021-02-171-2/+5
* SERVER-51823 Use classic engine to evaluate queries containing expressions no...Anton Korshunov2021-02-141-0/+10
* SERVER-53080 generate optimized covered shard filtering plans in SBEDavid Storch2021-02-121-5/+6
* SERVER-53270 Include SBE PlanStage tree string into explain outputAnton Korshunov2021-01-301-5/+16
* SERVER-49726 Add test for SBE generic scan when static limit reachedAlya Berciu2020-12-041-0/+16
* SERVER-21784 Track 'nReturned' and 'executionTimeMillis' execution stats for ...Mihai Andrei2019-12-021-1/+0
* SERVER-43912 Query planner support for compound hashed indexesArun Banala2019-11-211-0/+19
* SERVER-7568 Push $sort into PlanStage layer even for blocking SORT plans.David Storch2019-10-221-4/+7
* SERVER-36723 Push $limit beneath DocumentSourceCursor into the PlanStage layer.David Storch2019-10-101-12/+30
* 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