Commit Graph

6 Commits

Author SHA1 Message Date
Andrii Dobroshynski
ccb422a131 SERVER-50737 Support index intersection plans in SBE
SBE will now support AND_SORTED index intersection plans. Additionally, this patch includes an implementation of the sort-merge join algorithm, which is used to model AND_SORTED plans.

Co-authored-by: Alya Berciu <alya.berciu@mongodb.com>
2021-03-12 03:41:41 +00:00
Anton Korshunov
0fc5b56b12 SERVER-51823 Use classic engine to evaluate queries containing expressions not supported in SBE 2021-02-14 15:30:07 +00:00
Justin Seyster
cdec685db9 SERVER-49227 Tag tests to be excluded from aggregation_slot_based_execution 2020-08-18 23:23:42 +00:00
David Percy
80e0497eba SERVER-38691 Include serverInfo in explain output for aggregation and sharding 2019-11-04 17:32:44 +00:00
clang-format-7.0.1
134a408395 SERVER-41772 Apply clang-format 7.0.1 to the codebase 2019-07-27 11:02:23 -04:00
Nick Zolnierz
dd260b0a3b SERVER-26113 explain() for aggregation request does not propogate to corresponding 'QueryRequest'
Small change to bug fix, and adding explain.js test.

Formatting changes

Missed formatting

Incorporating CR feedback
2017-03-21 18:23:45 -04:00