Commit Graph

14 Commits

Author SHA1 Message Date
David Storch
a616699c51 SERVER-64315 Re-enable caching of SBE plans when there is a single query solution
This reverts commit f8589f840c.

(cherry picked from commit f462237ac1)
2022-05-04 18:11:43 +00:00
Ruoxin Xu
0989378497 SERVER-64402 Add FCV tag in plan_cache_sbe.js 2022-03-10 12:16:58 +00:00
Anton Korshunov
f8589f840c SERVER-64314 Temporary disable caching of single solution plans 2022-03-08 23:08:07 +00:00
Anton Korshunov
9d43212e98 SERVER-61083 Cache plans that only have a single query solution 2022-02-16 21:37:37 +00:00
Ruoxin Xu
4d95f6461e SERVER-60339 Add support for $planCacheStats 2021-11-10 12:58:55 +00:00
Mihai Andrei
52174ffab8 SERVER-60389 [SBE] Rewrite engine specific assertions to be multiversion compatible
Co-authored-by Mickey. J Winters <mickey.winters@mongodb.com>
2021-10-12 18:50:15 +00:00
Ruoxin Xu
b72d07a8b0 SERVER-59681 Start storing SBE plans in the new plan cache 2021-10-01 15:47:47 +00:00
Jon Streets
05a0f8e98b SERVER-56366 Update FCV constants to recognize 5.1 as latest 2021-07-23 15:49:23 +00:00
Yoonsoo Kim
0d37de1e3f SERVER-58103 Remove test cases which test legacy op behaviors 2021-06-30 23:41:39 +00:00
Kyle Suarez
b9d0f29acb SERVER-57077 require FCV 5.0 for tests asserting on query plan shape 2021-05-20 16:47:13 +00:00
Ian Boros
428b64ca7a SERVER-56078 Re enable sharding passthroughs for SBE 2021-04-27 21:14:10 +00:00
Nikita Lapkov
5f55799008 SERVER-56109 Replace repeated isSBEEnabled checks with helper function 2021-04-23 15:56:01 +00:00
Anton Korshunov
f139eba303 SERVER-56088 Enable "compatibility" passthrough in core suite against the SBE build variant 2021-04-14 12:34:28 +00:00
Anton Korshunov
c088ca3d8f SERVER-53270 Include SBE PlanStage tree string into explain output 2021-01-30 03:46:12 +00:00