summaryrefslogtreecommitdiff
path: root/src/mongo/db/exec/sbe
Commit message (Expand)AuthorAgeFilesLines
* SERVER-63251 Refactor IndexAccessMethod to support non-SortedData indexesMathias Stearn2022-02-111-2/+2
* SERVER-63180 Add column_store.h skeletonIan Boros2022-02-092-0/+40
* Revert "SERVER-63180 Add column_store.h skeleton"auto-revert-processor2022-02-092-40/+0
* SERVER-63180 Add column_store.h skeletonIan Boros2022-02-082-0/+40
* SERVER-63317 Basic plan generation for columnar indexesIan Boros2022-02-083-3/+35
* SERVER-62986 Implement SBE operator(s) for reading from a columnar indexMartin Neupauer2022-02-084-13/+167
* SERVER-63330 Fix "ks" VM function to handle double and Decimal128 values corr...Drew Paroski2022-02-074-38/+187
* SERVER-62502 Add ABT support for EFail and ENumericConvertDrew Paroski2022-02-022-7/+142
* SERVER-62522 Update TODO comment in SBENodeLowering::walk(const ExchangeNode&)Drew Paroski2022-02-021-1/+4
* SERVER-63154 Add unit tests for LoopJoinStageIrina Yatsenko2022-02-023-8/+179
* SERVER-62434 Implement query optimizer based on Path algebra and CascadesSvilen Mihaylov2022-01-3112-22/+2105
* SERVER-62986 Implement SBE operator for reading from a columnar indexMartin Neupauer2022-01-313-0/+254
* SERVER-61737 Make a deep copy of RuntimeEnvironment for SBE plans to cacheRuoxin Xu2022-01-214-0/+132
* SERVER-60311 Adaptive memory usage check and exec stats for spillingIrina Yatsenko2022-01-204-292/+397
* Revert "SERVER-60311 Make memory usage check adaptive and add exec stats for ...auto-revert-processor2022-01-204-397/+292
* SERVER-60311 Make memory usage check adaptive and add exec stats for spillingIrina Yatsenko2022-01-194-292/+397
* SERVER-59682 Recover SBE plans from the new plan cacheRuoxin Xu2022-01-175-9/+32
* SERVER-61630 support a string form of RecordIdMartin Neupauer2022-01-1410-47/+117
* SERVER-27209 Eliminate dangerous BSONElement string extraction methodsMatt Kneiser2022-01-131-2/+1
* SERVER-59960 Make ContextCtx::root optionalAnna Wawrzyniak2022-01-122-1/+9
* SERVER-62433 Fix endianness bug in MaterializedRowValueBuilder::getValue()Drew Paroski2022-01-071-1/+1
* SERVER-61819 Fix SBE yielding bug around capped collectionsIan Boros2022-01-051-2/+6
* Revert "SERVER-62056 Improve `Sorter` code structure"Yuhong Zhang2021-12-303-17/+29
* SERVER-61965 Add assertion in HashAggStage to fail when cursor restore is not...Anna Wawrzyniak2021-12-181-1/+2
* SERVER-62049 Add pretty-printing for some of the new types in SBEIrina Yatsenko2021-12-164-0/+295
* SERVER-62056 Improve `Sorter` code structureGregory Noma2021-12-163-29/+17
* SERVER-58436 Implement spilling HashAggEric Cox2021-12-0710-69/+763
* SERVER-61868 Switch aggColl(Min|Max) to use comparison that is aware of MQL s...Irina Yatsenko2021-12-072-135/+75
* SERVER-60967 Implement $sortArray in SBENeil Shweky2021-12-047-5/+476
* SERVER-60837 Remove CollectionUUID and OptionalCollectionUUID aliasesDaniel Gómez Ferro2021-12-0210-21/+21
* SERVER-61362 Serialize SBE Values to KeyStringEric Cox2021-11-307-266/+825
* Revert "SERVER-61362 Serialize SBE Values to KeyString"Uladzimir Makouski2021-11-237-824/+266
* SERVER-61362 Serialize SBE Values to KeyStringEric Cox2021-11-237-266/+824
* SERVER-61556 Fix SBE lib dependenciesAlexander Ignatyev2021-11-192-2/+3
* SERVER-60741 Change eligible find operations to not reposition cursors across...Ian Boros2021-11-183-8/+40
* SERVER-61046 TrialRunTracker support in HashAgg stageJustin Seyster2021-11-1711-11/+409
* SERVER-59678 Avoid reconstructing PlanStageStats tree for replanningjoshua2021-11-153-32/+99
* SERVER-60492 Support clustered capped collections with TTL expirationJosef Ahmad2021-11-081-1/+6
* SERVER-59597 remove unneeded checks in scanNeil Shweky2021-11-042-36/+26
* SERVER-60289 Optimizing mergeObjects with setField and owned accumulatorBobby Morck2021-10-262-40/+37
* SERVER-59759 Add debug-only asserts to SBE scan stageIan Boros2021-10-222-10/+97
* SERVER-60639 Defer TemporaryRecordStore dropping to the storage engineLouis Williams2021-10-223-111/+4
* SERVER-60616: change hash to use kAnyNumberOfArgsNeil Shweky2021-10-201-1/+1
* SERVER-59070 Support `needsMerge` behavior in $group pushed down to SBEYoonsoo Kim2021-10-193-3/+42
* SERVER-60273 Calculate the estimated size for missing types in sbe::value::ge...Drew Paroski2021-10-164-4/+37
* SERVER-60723 Fix a bug with how sbe::bson::convertFrom() computes the size of...Drew Paroski2021-10-151-14/+4
* SERVER-57552 Adding support for stdDevPop and stdDevSamp in SBEBobby Morck2021-10-154-1/+172
* SERVER-60707 Remove invariant from SBE stages.hIan Boros2021-10-141-4/+0
* SERVER-59075 Create temporary RecordStore in HashAgg stageEric Cox2021-10-143-3/+153
* SERVER-60567 Acquire AutoGetDB before parsing and verify collection existence...Mihai Andrei2021-10-131-2/+12