summaryrefslogtreecommitdiff
path: root/src/mongo/db/exec/sbe/stages/loop_join.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-71135 Micro-optimizations for sbe::PlanStage and sbe::LoopJoinStageDrew Paroski2022-11-091-23/+11
* SERVER-64432 Integrate SBE plan cache for $lookupRui Liu2022-06-221-5/+9
* SERVER-66575 Add support for a left outer join to SBE NLJMartin Neupauer2022-05-191-10/+61
* SERVER-65470 Use `const&` instead of `const*` to express always non-null argu...Yoonsoo Kim2022-05-031-1/+2
* SERVER-65961 Copy only BSON types during yielding of SBE plansNikita Lapkov2022-04-281-2/+2
* SERVER-62676 Added execution stats for `$lookup` pushed down into SBEMohammad Dashti2022-04-111-8/+9
* SERVER-60023 Make SBE cursor repositioning and copying optionalIan Boros2021-09-271-1/+1
* SERVER-59331 Add PlanCache's and EExpression's getCompileTimeSize() functions...Alexander Ignatyev2021-09-171-0/+11
* SERVER-59336 Use absl::InlinedVector for vectors that are likely to be small ...Martin Neupauer2021-08-241-2/+2
* SERVER-56869 Various fixes for use-after-free bugs in SBEIan Boros2021-05-171-2/+11
* SERVER-55498 Prevent SBE from using unowned values from storage afterMartin Neupauer2021-04-291-1/+1
* SERVER-43762 tighten the overload set for BSONObjBuilder::appendNumberBynn Lee2021-03-051-2/+2
* Revert "SERVER-43762 tighten the overload set for BSONObjBuilder::appendNumber"Bynn Lee2021-02-251-2/+2
* SERVER-43762 tighten the overload set for BSONObjBuilder::appendNumberBynn Lee2021-02-221-2/+2
* SERVER-53271 Compute executionTimeMillisEstimates metric for SBE PlanStagesAnton Korshunov2021-02-051-0/+6
* SERVER-51409 Support executionStats mode in SBE explainAnton Korshunov2020-11-251-5/+20
* SERVER-51077 Add PlanNodeId to the debug print of SBE PlanStageNikita Lapkov2020-10-211-2/+1
* SERVER-50727 Plumb QuerySolutionNode ids through to SBE stagesDavid Storch2020-09-221-3/+5
* SERVER-48228 Move slot-based execution engine and supporting changes into the...Martin Neupauer2020-06-111-0/+213