summaryrefslogtreecommitdiff
path: root/src/mongo/db/query/optimizer/cascades/physical_rewriter.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-70749 [CQF] Fix reference tracker behavior for join algorithmsSvilen Mihaylov2022-10-271-7/+2
* SERVER-70470 [CQF] Modularize core optimizerSvilen Mihaylov2022-10-181-9/+11
* SERVER-67018 Expose nodeCEMap to explainMatt Boros2022-10-181-1/+2
* SERVER-68914 [CQF] Fix object ownership issues of data members of the Memo classSvilen Mihaylov2022-10-111-11/+16
* SERVER-69216 [CQF] Remove need to use filter with const trueSvilen Mihaylov2022-09-291-9/+7
* SERVER-69102 [CQF] Allow SBE plans which require an output RecordId slotSvilen Mihaylov2022-09-101-1/+3
* SERVER-69023 [CQF] Convert PathArr to IntervalSvilen Mihaylov2022-09-091-2/+10
* SERVER-66783 Explain improvement add triggering rules to memoMatt Boros2022-08-291-2/+8
* SERVER-65388 Pass PrefixId by reference in optimizeGroup()Svilen Mihaylov2022-04-131-3/+3
* SERVER-63635 Explicitly request rid projection in ProjectionRequirements prop...Svilen Mihaylov2022-02-171-10/+7
* SERVER-62434 Implement query optimizer based on Path algebra and CascadesSvilen Mihaylov2022-01-311-0/+407