summaryrefslogtreecommitdiff
path: root/src/mongo/db/query/sbe_stage_builder_lookup_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-70338 Abandon snapshot while holding locks during query yieldLouis Williams2023-04-251-2/+5
* SERVER-74301 Optimize serialization behavior for $changeStreamSplitLargeEventRomans Kasperovics2023-04-061-1/+1
* SERVER-73112 Expose function to construct NamespaceString in unit testsjannaerin2023-02-081-1/+2
* SERVER-66145 Prevent operations from writing with read ticketsLouis Williams2022-12-161-25/+18
* SERVER-68635 Move the whole insert path out of CollectionImplKaloian Manassiev2022-08-151-10/+14
* SERVER-66935 Invalidate $lookup plan cache when foreign collection size changesDenis Grebennicov2022-07-151-2/+1
* SERVER-65960 Fall back to classic engine when NLJ is chosenMihai Andrei2022-06-041-3/+8
* SERVER-64252 Make `LookupStageBuilderTest` inherit from `CatalogTestFixture` ...Mohammad Dashti2022-04-291-24/+14
* SERVER-64597 Produce SBE Object instead of BSON in $lookup and $groupNikita Lapkov2022-04-121-1/+1
* SERVER-64777 Fix semantics for missing on foreign path and enable lowering to...Irina Yatsenko2022-03-241-107/+144
* SERVER-62596 Implement translation from Lookup QSN to SBE plan for HJAnna Wawrzyniak2022-03-241-5/+44
* SERVER-64483 Support paths in foreignField when lowering lookup to SBEIrina Yatsenko2022-03-221-6/+113
* SERVER-63690 Support field paths in localField of lookup when lowering to SBEIrina Yatsenko2022-03-181-131/+245
* SERVER-63753 Translate $lookup result object creation in SBENikita Lapkov2022-03-171-144/+198
* Revert "SERVER-63753 Translate $lookup result object creation in SBE"Max Hirschhorn2022-03-161-200/+144
* SERVER-63753 Translate $lookup result object creation in SBENikita Lapkov2022-03-151-144/+200
* SERVER-63553 Support multi-collection plans in SlotBasedStageBuilder and cons...Mihai Andrei2022-03-041-85/+138
* SERVER-58435 Implement the basics of translation of $lookup into SBE's nested...Irina Yatsenko2022-02-171-0/+381