Details
-
Task
-
Status: Closed (View Workflow)
-
Minor
-
Resolution: Won't Do
-
None
Description
A flag is needed for ColumnStore in the MariaDB server to turn on/off vtable mode.
VTable mode should push down the condition for an entire query into ColumnStore. if a ColumnStore table is detected as part of the query. It would short-circuit the join execution and MariaDB would just request rows from rnd_* functions.
This can be something that is surrounded by an ifdef so is only compiled in on ColumnStore builds of MariaDB.