Commit Graph

4 Commits

Author SHA1 Message Date
Militsa Sotirova
a9368defd2 SERVER-76509 Enable boolExprSimplifier for Bonsai (#17565)
GitOrigin-RevId: f160a47bc04f3cee7dda3d314970797a9480380b
2024-01-11 16:14:55 +00:00
Alexander Ignatyev
c5da83c8e3 SERVER-83390 Disable Boolean simplifier 2023-11-17 15:38:38 +00:00
Alexander Ignatyev
7f06b2078d SERVER-83060 Add assumes_read_concern_local to boolean_expression_simplification.js
Because explain command, used by the test, does not support majority read concern.
2023-11-09 21:40:08 +00:00
Alexander Ignatyev
56b10f30b4 SERVER-81630 Enable the Boolean expression simplifier
Enable the simplifier for 'find' and 'aggregate' commands of the classic optimizer, migrate the simplifier to std::bitset due to performance reasons, improve the simplifier safe heuristics introduced in SERVER-81139.
2023-10-18 15:49:12 +00:00