summaryrefslogtreecommitdiff
path: root/src/mongo/db/query/cqf_get_executor.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-71801 Add validation in StrongDoubleAlias constructorsChi-I Huang2023-05-091-3/+9
* SERVER-73619 Keep multi-keyness info for disabled indexesMisha Tyulenev2023-05-031-30/+49
* SERVER-70338 Abandon snapshot while holding locks during query yieldLouis Williams2023-04-251-1/+2
* SERVER-68922 reject invalid $natural inputsDavis Haupt2023-04-041-3/+8
* SERVER-74494 [CQF] Do not explain if not requiredSvilen Mihaylov2023-03-141-4/+5
* SERVER-73552 [CQF] Add ability to enumerate all plansSvilen Mihaylov2023-03-031-19/+19
* SERVER-73724 [CQF] Support for optional v1 and v2 explain for js testsSvilen Mihaylov2023-02-241-4/+42
* SERVER-73194 Allow hints to go through CQFMatt Boros2023-02-211-74/+87
* SERVER-73780 Make CollectionPtr constructor explicitHenrik Edin2023-02-131-3/+3
* SERVER-69540 move in/out params from SBENodeLowering constructorDavis Haupt2023-02-011-3/+1
* SERVER-69895: Support hinting reverse collection scansHana Pearlman2023-01-231-6/+10
* SERVER-71587 Allow SBE*Lowering access to named slots to support collationIvan Fefer2023-01-201-1/+3
* SERVER-71143: rewrite planning time metric to be maintained/stored by CurOp/O...Maddie Zechar2023-01-131-19/+13
* SERVER-71460: Make maxDepth the first PathTraverse argumentHana Pearlman2023-01-041-1/+1
* SERVER-71384 [CQF] Speed up vending of projection namesSvilen Mihaylov2022-12-131-5/+10
* SERVER-71332 [CQF] Strong alias for Selectivity and CardinalitySvilen Mihaylov2022-12-121-2/+2
* SERVER-69027 [CQF] Support for Recursive Index NavigationSvilen Mihaylov2022-12-081-1/+2
* SERVER-71051 Make CE module less dependent on statistics moduleAnton Korshunov2022-11-281-23/+26
* SERVER-66954: Introduce a new build variant which enables CQFHana Pearlman2022-11-141-1/+6
* SERVER-70490 Cache cost model coefficients in CostModelManagerRuoxin Xu2022-11-111-15/+2
* SERVER-70965 [CQF] Strong alias for ProjectionNames and FieldNamesSvilen Mihaylov2022-11-091-1/+1
* SERVER-70646 Compute and add query planning time to PlanSummaryStatsMaddie Zechar2022-11-091-12/+19
* SERVER-70889 Modularize CEAnton Korshunov2022-11-091-9/+13
* SERVER-68847 Include query framework information in GetMore profiler entriesBen Shteinfeld2022-11-081-4/+2
* SERVER-62034 Prevent hybrid CQF for pipeline prefixes and subpiplinesBen Shteinfeld2022-10-311-0/+6
* SERVER-70341 Extract cost_model module from the optimizerAlexander Ignatyev2022-10-251-7/+8
* SERVER-68337 Perform `collectionUUID` check inside `AutoGetCollection`Gregory Noma2022-10-211-2/+1
* SERVER-68735 CQF to classic fallback for out of scope command parametersBen Shteinfeld2022-10-201-2/+51
* SERVER-70470 [CQF] Modularize core optimizerSvilen Mihaylov2022-10-181-19/+37
* SERVER-70352 Create statistics cache at the startupMisha Tyulenev2022-10-171-1/+0
* SERVER-69447 Add a query knob to control version of Cost Model coefficientsAlexander Ignatyev2022-10-121-5/+25
* SERVER-68914 [CQF] Fix object ownership issues of data members of the Memo classSvilen Mihaylov2022-10-111-73/+92
* SERVER-64978 Add metrics to track if a plan was recovered from the plan cacheMaddie Zechar2022-10-101-1/+2
* SERVER-61920 [CQF] Cleanup TODOs around queries over multiple collectionsNicholas Zolnierz2022-10-071-18/+17
* SERVER-68095 Implement $not in CQFBen Shteinfeld2022-10-041-0/+5
* SERVER-63604 Optimize detection of the need to produce/propagate RecordId slo...Alberto Massari2022-09-301-13/+5
* SERVER-69025 [CQF] Performance-only partial schema requirementsSvilen Mihaylov2022-09-221-1/+4
* SERVER-68087 [CQF] Improve error messages for failed optimizationNaama Bareket2022-09-161-2/+1
* SERVER-68336 Add version of AutoGetCollection which takes a struct for its op...Faustoleyva542022-09-151-1/+1
* SERVER-69238 reconcile StatsPath and CollectionStatisticsMisha Tyulenev2022-09-141-5/+5
* SERVER-69102 [CQF] Allow SBE plans which require an output RecordId slotSvilen Mihaylov2022-09-101-15/+40
* SERVER-69023 [CQF] Convert PathArr to IntervalSvilen Mihaylov2022-09-091-1/+10
* SERVER-66786 Add V2Compact explain format for BonsaiDavid Percy2022-08-301-2/+2
* SERVER-69140: Support hidden indexes in cqfHana Pearlman2022-08-261-3/+7
* SERVER-62407 Translate find queries directly to ABTBen Shteinfeld2022-08-251-0/+608