summaryrefslogtreecommitdiff
path: root/src/mongo/db/exec/sbe/stages
Commit message (Expand)AuthorAgeFilesLines
* SERVER-68377 Skip creating a dense column cursor during a column scan when an...Dianna Hohensee2022-12-212-37/+65
* SERVER-72004 Fixed SBE slot disabling and prepare for yieldingAnna Wawrzyniak2022-12-2011-64/+99
* SERVER-66097 Add concurrency with committed prepared transactions handling to...Dianna Hohensee2022-12-131-3/+3
* SERVER-71101 Clean up dense column cursor when ColumnScanStage::close() is ca...Dianna Hohensee2022-12-081-0/+1
* SERVER-70867 Add uassert to handle unsafe usage of value::compareValueAdityavardhan Agrawal2022-12-021-1/+1
* SERVER-70493 Have SBE HashAgg report spill file sizeYoonsoo Kim2022-11-232-0/+5
* SERVER-70972 Push simple getField() expressions into SBE scan stageDrew Paroski2022-11-162-20/+88
* SERVER-71363 Use Nanoseconds rather than Microseconds in QueryExecTime and su...Ruoxin Xu2022-11-161-2/+2
* SERVER-71135 Micro-optimizations for sbe::PlanStage and sbe::LoopJoinStageDrew Paroski2022-11-093-31/+17
* SERVER-68818 Restructured Hash Aggregation stage open() method to prevent nul...Sebastien Mendez2022-11-081-17/+12
* SERVER-68743 Push down $exits and $typeIrina Yatsenko2022-10-272-35/+14
* SERVER-68102 Improve Recursive IXScan for SBEZixuan Zhuang2022-10-245-625/+590
* SERVER-70260 Support stage expression in SBE benchmarkIvan Fefer2022-10-192-38/+22
* SERVER-70313: Break from column store index iteration once row store fallback...Will Buerger2022-10-141-14/+12
* SERVER-68519 include more info in column scan explainAlyssa Wagenmaker2022-10-142-2/+19
* SERVER-66511 Improve performances of sort+limit stages in SBEAlberto Massari2022-09-291-10/+6
* SERVER-70017 Use simple cursor for CSI filters when no nested arraysIrina Yatsenko2022-09-281-9/+25
* SERVER-69149 Make debug print of SBE expressions more readableDavid Storch2022-09-231-9/+6
* SERVER-68792 Refactor iterating over cell values into a cursorIrina Yatsenko2022-09-231-94/+10
* SERVER-68677 Skip row store projection in column scan plans when possibleSteve Tarzia2022-09-232-24/+27
* Revert "SERVER-69149 Make debug print of SBE expressions more readable"auto-revert-processor2022-09-231-6/+9
* SERVER-69149 Make debug print of SBE expressions more readableDavid Storch2022-09-221-9/+6
* SERVER-69581 add performance-for-range-copy check to clang-tidyTrevor Guidry2022-09-201-2/+2
* SERVER-68968 Avioded unnecessary copying slot valuesMohammad Dashti2022-09-112-8/+4
* SERVER-69258 Avoid allocating stack object in ColumnScanStage::checkFilter()Justin Seyster2022-09-021-4/+4
* SERVER-69104 Avoid repeated creation of ColumnStoreEncoderJustin Seyster2022-09-012-13/+12
* SERVER-68970 Update sbe_stage_builder_projection.cpp to use traversePDrew Paroski2022-08-312-55/+9
* SERVER-68788 Coverity analysis defect 122654: Using a moved objectWill Buerger2022-08-301-1/+2
* SERVER-67623 Use int64_t instead of RecordId in column index read pathParker Felix2022-08-182-55/+58
* SERVER-67336 Support per-path filters in SBE column scan stageIrina Yatsenko2022-08-132-61/+413
* SERVER-65684 Fix stack usage with ASAN and gcovRyan Egesdahl2022-08-121-1/+1
* Revert "SERVER-67336 Per-path filters"Uladzimir Makouski2022-08-052-311/+46
* SERVER-67336 Per-path filtersIrina Yatsenko2022-08-042-46/+311
* SERVER-68246 rewrite calls to boost::optional get and is_initializedBilly Donahue2022-07-274-19/+19
* SERVER-67546 initialize _collator to nullptrKyle Suarez2022-07-271-1/+1
* SERVER-67101 Support microsecond precision in ScopedTimerRuoxin Xu2022-07-273-12/+18
* Revert "SERVER-67101 Support microsecond precision in ScopedTimer"Ruoxin Xu2022-07-263-18/+12
* SERVER-67101 Support microsecond precision in ScopedTimerRuoxin Xu2022-07-263-12/+18
* SERVER-64539 Add serverStatus metrics for the SBE $lookup projectMariano Shaar2022-07-251-0/+5
* SERVER-60455 serverStatus metrics for external sorterShin Yee Tan2022-07-151-2/+2
* SERVER-67471 Improve RecordId usage performanceJordi Olivares Provencio2022-07-151-6/+6
* SERVER-67742 Fix column scan stage to accommodate overlapping pathsParker Felix2022-07-121-2/+3
* SERVER-67336 Add comments and rearrange column_scan.hIrina Yatsenko2022-07-082-110/+78
* SERVER-67709 rename visit_helperBilly Donahue2022-07-061-9/+10
* SERVER-67416 SERVER-23229 Always sort fieldpath string sets using custom comp...Steve Tarzia2022-07-062-4/+4
* SERVER-66437 Refactor IndexScanStage to take seek keys as EExpressionsEric Cox2022-06-302-40/+50
* SERVER-64254 Add detailed explain output for `columnscan` stageJeffrey Xiao2022-06-303-21/+119
* SERVER-61120 Include nestedArraysDepth in the debugPrint output of the Traver...Alberto Massari2022-06-281-0/+4
* SERVER-64432 Integrate SBE plan cache for $lookupRui Liu2022-06-2248-138/+271
* SERVER-67338 Fix ownership of HashAggStage key in SBEEric Cox2022-06-211-17/+10