summaryrefslogtreecommitdiff
path: root/src/mongo/db/query/plan_cache_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-60066 Remove plan cache entries on collection dropAlexander Ignatyev2021-11-031-735/+3
* SERVER-58429 Remove unused solutions argument when caching a planIrina Yatsenko2021-11-021-89/+30
* SERVER-60338 Refine SBE query shape and implement plan cache key encodingRuoxin Xu2021-10-141-31/+38
* SERVER-59178 Re-enable SBE as the default execution engineJennifer Peshansky2021-09-301-14/+11
* SERVER-59854 Remove PlanCacheIndexabilityState from the PlanCacheRuoxin Xu2021-09-241-291/+389
* SERVER-59683 Extract BudgetEstimator logic from LRU cacheAlexander Ignatyev2021-09-171-30/+30
* SERVER-59332 Convert PlanCache to a template class80741223+jlap199@users.noreply.github.com2021-08-251-38/+54
* SERVER-58424 Refactor QueryPlanner::plan() in preparation for DocumentSource ...Eric Cox2021-08-191-9/+8
* SERVER-57758 Turn SBE off by default and invert the sense of the internalQuer...Andrii Dobroshynski2021-06-171-11/+16
* SERVER-57096 Make SBE rely purely on the kExternal lock policyDavid Storch2021-06-151-4/+3
* SERVER-56192 Improve diagnosability of query planner unit testsTimour Katchaounov2021-05-211-4/+21
* SERVER-55163 Add runtime-configurable setParameter for turning SBE on and offJenny Peshansky2021-05-071-41/+95
* SERVER-54975 Rename IDL parser classes to use CommandRequest and CommandReply...Bernard Gorman2021-04-021-7/+7
* SERVER-53060 Remove QueryRequest classRuoxin Xu2021-02-171-51/+56
* SERVER-51624 Modify query commands to enforce API version 1 behaviourRuoxin Xu2021-01-301-1/+2
* SERVER-53435 Make queries run with DBHelpers plus SBE circumvent 'checkCanSer...David Storch2021-01-151-3/+4
* SERVER-51619 Convert find command input to IDLArun Banala2021-01-071-4/+4
* SERVER-51138 Support $planCacheStats in SBEAnton Korshunov2020-12-041-2/+2
* SERVER-50728 Use QuerySolution to generate explain output at queryPlanner ver...Anton Korshunov2020-11-041-0/+4
* SERVER-40361 Don't store debug info once plan cache size grows largeDavid Storch2020-10-221-3/+7
* SERVER-50726 Add unique id to QuerySolutionNodeDavid Storch2020-09-141-5/+3
* SERVER-48614 Fix plan cache discriminators for partial wildcard indexesDavid Storch2020-06-151-0/+158
* SERVER-48228 Move slot-based execution engine and supporting changes into the...Martin Neupauer2020-06-111-8/+11
* SERVER-45918 Add SortStageSimple.David Storch2020-02-131-4/+4
* SERVER-45403 Don't recompute wildcard projection exhaustive pathsIan Boros2020-01-211-10/+11
* SERVER-43291 Consolidate projection execution interfacesAnton Korshunov2019-11-151-7/+8
* SERVER-40382 Add a serverStatus metric to report plan cache memory consumptionArun Banala2019-08-131-4/+184
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-2/+1
* SERVER-41071 Replace NULL and 0 with nullptrA. Jesse Jiryu Davis2019-06-141-3/+3
* SERVER-39339 Remove `stdx/memory.h`ADAM David Alan Martin2019-06-101-8/+8
* SERVER-39567 Change find min/max options to require hintIan Boros2019-04-111-4/+6
* SERVER-40267 Clean up debug string generation for MatchExpression.David Storch2019-03-221-2/+2
* SERVER-39764 fix bug where $in is planned from cache incorrectlyIan Boros2019-03-181-0/+100
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-35402 Add validators where applicable in query_knobs.cppArun Banala2019-02-061-1/+1
* SERVER-38069: Ensure WT transactions are not re-opened during plan updatesJacob Evans2018-12-181-53/+87
* Revert "SERVER-38069 Ensure WT transactions are not re-opened during plan upd...Gregory Wlodarek2018-12-141-87/+53
* SERVER-38069 Ensure WT transactions are not re-opened during plan updatesJacob Evans2018-12-141-53/+87
* SERVER-33303 Add stable plan cache key and use for index filtersIan Boros2018-11-061-215/+93
* Revert "SERVER-33303 Add stable plan cache key and use for index filters"Ian Boros2018-11-061-93/+215
* SERVER-33303 Add stable plan cache key and use for index filtersIan Boros2018-11-061-215/+93
* SERVER-37566 Avoid recreating ProjectionExecAgg on each expansion of a wildca...Bernard Gorman2018-10-231-27/+27
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-36896 Allow wildcard indices to support equality to empty object predi...David Storch2018-10-031-2/+22
* SERVER-37132 Negation of $in with regex can incorrectly plan from the cache, ...Bernard Gorman2018-10-031-22/+89
* SERVER-37188 Rename "All Paths" index to "Wildcard" indexJames Wahlin2018-10-021-5/+5
* SERVER-36109 Provide planner with multikey metadata for $** indexes.David Storch2018-09-051-1/+2
* SERVER-35333 caching plans for allPaths indexesIan Boros2018-08-311-19/+127
* SERVER-36528 Implement $planCacheStats agg source.David Storch2018-08-211-0/+38
* SERVER-35981 Include hash of plan cache key in planCacheListShapes and planCa...Haley Connelly2018-08-021-1/+3