summaryrefslogtreecommitdiff
path: root/jstests/noPassthrough/sbe_plan_cache_key_reporting.js
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-71798 Expand the set of queries eligible for SBE in the 6.3 releaseMihai Andrei2023-02-071-2/+2
|
* Revert "SERVER-71798 Expand the set of queries eligible for SBE in the 6.3 ↵Dan Larkin-York2023-02-041-2/+2
| | | | release"
* SERVER-71798 Expand the set of queries eligible for SBE in the 6.3 releaseMihai Andrei2023-02-031-2/+2
|
* SERVER-62760 Implement CQF Query LoggingBen Shteinfeld2022-08-171-4/+4
|
* SERVER-62042 Consolidate query optimization and execution control into a ↵Nicholas Zolnierz2022-08-041-5/+5
| | | | single knob
* Revert "SERVER-62042 Consolidate query optimization and execution control ↵auto-revert-processor2022-08-041-5/+5
| | | | | | into a single knob" This reverts commit c9bbd1cfae470f2b3229e69957f512d2a2db6663.
* SERVER-62042 Consolidate query optimization and execution control into a ↵Nicholas Zolnierz2022-08-031-5/+5
| | | | single knob
* SERVER-61314 Consolidate featureFlagSbePlanCache with featureFlagSbeFullDavid Storch2022-07-141-2/+2
|
* SERVER-61507 Integrate $group lowering with the new SBE cacheRuoxin Xu2022-07-041-4/+2
|
* SERVER-66551 Rename internalQueryEnableSlotBasedExecutionEngine back to ↵Mihai Andrei2022-05-191-3/+3
| | | | internalQueryForceClassicEngine
* SERVER-66445 Make the classic engine the default execution engineMihai Andrei2022-05-161-7/+7
|
* SERVER-65345 Check if CanonicalQuery has pushed down stagesAlexander Ignatyev2022-04-271-0/+60
|
* SERVER-61240 Ensure we properly report a plan cache key if the query is ↵Anton Korshunov2022-03-041-0/+169
eligible for SBE