summaryrefslogtreecommitdiff
path: root/src/mongo/db/exec/sbe/stages/ix_scan.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-63251 Refactor IndexAccessMethod to support non-SortedData indexesMathias Stearn2022-02-111-2/+2
* SERVER-61630 support a string form of RecordIdMartin Neupauer2022-01-141-3/+2
* SERVER-60837 Remove CollectionUUID and OptionalCollectionUUID aliasesDaniel Gómez Ferro2021-12-021-1/+1
* SERVER-60741 Change eligible find operations to not reposition cursors across...Ian Boros2021-11-181-0/+4
* SERVER-61046 TrialRunTracker support in HashAgg stageJustin Seyster2021-11-171-1/+3
* SERVER-59597 remove unneeded checks in scanNeil Shweky2021-11-041-4/+0
* SERVER-56483 Adding indexName to execution stats explain output for ix_scan a...Bobby Morck2021-10-071-0/+1
* SERVER-60023 Make SBE cursor repositioning and copying optionalIan Boros2021-09-271-24/+26
* 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-1/+1
* SERVER-57774 [SBE] Always restore collection and index on yield recovery if s...Mihai Andrei2021-06-231-4/+5
* SERVER-57096 Make SBE rely purely on the kExternal lock policyDavid Storch2021-06-151-11/+8
* SERVER-55335 Change plan ranking formula for SBEIan Boros2021-05-051-13/+17
* SERVER-55498 Prevent SBE from using unowned values from storage afterMartin Neupauer2021-04-291-15/+59
* SERVER-56254 [SBE] ixscan's snapshot id slot should be updated during yield r...Mihai Andrei2021-04-291-0/+8
* SERVER-56114 [SBE] Fix bounding number of reads before triggering a replanAndrii Dobroshynski2021-04-271-4/+6
* SERVER-52907 Implement index key consistency check in SBE FETCHMihai Andrei2021-04-161-1/+33
* SERVER-55779 Clustered collections should store RecordIds as KeyStringLouis Williams2021-04-091-1/+1
* SERVER-54624 make SBE check for a change in catalog epoch during yield recoveryDavid Storch2021-03-251-2/+3
* SERVER-55180 Convert SBE from std::string_view to StringDataBilly Donahue2021-03-211-1/+1
* Revert "SERVER-55180 Convert SBE from std::string_view to StringData"XueruiFa2021-03-191-1/+1
* SERVER-55180 Convert SBE from std::string_view to StringDataBilly Donahue2021-03-191-1/+1
* SERVER-54836 Cleaned up a few of static_cast<bool> and has_value() callsYoonsoo Kim2021-03-101-3/+2
* SERVER-49385 Make SBE fail cleanly when required index is dropped while yieldedDavid Storch2021-03-081-57/+62
* SERVER-43762 tighten the overload set for BSONObjBuilder::appendNumberBynn Lee2021-03-051-6/+6
* SERVER-50710 Consolidate SBE and classic yielding pathsDavid Storch2021-03-031-18/+20
* Revert "SERVER-43762 tighten the overload set for BSONObjBuilder::appendNumber"Bynn Lee2021-02-251-6/+6
* SERVER-43762 tighten the overload set for BSONObjBuilder::appendNumberBynn Lee2021-02-221-6/+6
* SERVER-53989 Generalize RecordId to store small binary stringsLouis Williams2021-02-101-1/+1
* SERVER-53271 Compute executionTimeMillisEstimates metric for SBE PlanStagesAnton Korshunov2021-02-051-0/+8
* SERVER-53982 RecordId supports ObjectId typeLouis Williams2021-01-291-1/+1
* SERVER-53435 Make queries run with DBHelpers plus SBE circumvent 'checkCanSer...David Storch2021-01-151-10/+12
* SERVER-53090 [SBE] Fix crash when running "bestbuy_agg_query_comparison.js"Drew Paroski2020-12-101-6/+14
* SERVER-51409 Support executionStats mode in SBE explainAnton Korshunov2020-11-251-10/+32
* SERVER-50905: Add RecordId type in SBENikita Lapkov2020-11-091-1/+1
* SERVER-51077 Add PlanNodeId to the debug print of SBE PlanStageNikita Lapkov2020-10-211-5/+1
* SERVER-50594 [SBE] Fix bool/int32_t issue on big-endian systemsDrew Paroski2020-10-081-1/+1
* SERVER-50984 Add CollectionPtr to replace usage of const Collection*Henrik Edin2020-09-261-1/+1
* SERVER-50727 Plumb QuerySolutionNode ids through to SBE stagesDavid Storch2020-09-221-3/+5
* SERVER-48489 [SBE] Implement a check that the current node can serve readsEric Cox2020-08-181-0/+7
* SERVER-49727 Overload << for SBE tags and values into str::streamAndrii Dobroshynskyi2020-08-071-3/+12
* SERVER-48721 Support for $returnKey in SBEJustin Seyster2020-07-161-16/+30
* SERVER-48228 Move slot-based execution engine and supporting changes into the...Martin Neupauer2020-06-111-0/+334