Details
-
Task
-
Status: Open (View Workflow)
-
Major
-
Resolution: Unresolved
-
None
-
None
Description
As of 10.5 Columnstore doesn't tolerate a number of optimizations/rewrites MDB applies to the query:
- derived table merge optimization
- conversion of IN + long list of literals into a single-column temp table
We need methods to explicitly disable this rewrites/optimizations for Select Handler execution path.
Attachments
Issue Links
- relates to
-
MDEV-23860 Move all optimization query re-writes from the prepare phase into the optimizer phase
- Closed