summaryrefslogtreecommitdiff
path: root/src/mongo/db/query/cqf_get_executor.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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