summaryrefslogtreecommitdiff
path: root/src/mongo/db/exec/sbe/util
Commit message (Expand)AuthorAgeFilesLines
* SERVER-70395 Change spilling for SBE HashAggStage to use a more efficient alg...David Storch2023-01-312-3/+4
* SERVER-71344 Added EExpression unit test coverageAnna Wawrzyniak2022-11-291-0/+15
* SERVER-69149 Make debug print of SBE expressions more readableDavid Storch2022-09-231-2/+9
* Revert "SERVER-69149 Make debug print of SBE expressions more readable"auto-revert-processor2022-09-231-9/+2
* SERVER-69149 Make debug print of SBE expressions more readableDavid Storch2022-09-221-2/+9
* SERVER-69581 add performance-for-range-copy check to clang-tidyTrevor Guidry2022-09-201-2/+2
* SERVER-66989 Make HashAgg record store key ownedEric Cox2022-06-131-2/+1
* SERVER-62676 Added execution stats for `$lookup` pushed down into SBEMohammad Dashti2022-04-112-0/+41
* SERVER-63739 Implement spilling to disk for new SBE stageEric Cox2022-04-062-0/+189
* SERVER-64643 Fix include for size_t in PrintOptions.hAnna Wawrzyniak2022-03-181-1/+2
* SERVER-64417 Add configurable printers for SBEAnna Wawrzyniak2022-03-174-0/+367
* SERVER-52907 Implement index key consistency check in SBE FETCHMihai Andrei2021-04-161-0/+3
* SERVER-55180 Convert SBE from std::string_view to StringDataBilly Donahue2021-03-212-10/+10
* Revert "SERVER-55180 Convert SBE from std::string_view to StringData"XueruiFa2021-03-192-10/+10
* SERVER-55180 Convert SBE from std::string_view to StringDataBilly Donahue2021-03-192-10/+10
* SERVER-53270 Include SBE PlanStage tree string into explain outputAnton Korshunov2021-01-302-3/+3
* SERVER-51409 Support executionStats mode in SBE explainAnton Korshunov2020-11-252-3/+2
* SERVER-51077 Add PlanNodeId to the debug print of SBE PlanStageNikita Lapkov2020-10-211-1/+1
* SERVER-48463 Move SBE SlotAccessor code into its own fileDavid Storch2020-06-181-1/+1
* SERVER-48228 Move slot-based execution engine and supporting changes into the...Martin Neupauer2020-06-112-0/+256