Implement select_handler=AUTO
(MCOL-4525)
|
|
| Status: | Closed |
| Project: | MariaDB ColumnStore |
| Component/s: | MDB Plugin |
| Affects Version/s: | None |
| Fix Version/s: | 6.1.1 |
| Type: | Sub-Task | Priority: | Major |
| Reporter: | Gagan Goel (Inactive) | Assignee: | Roman |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Sprint: | 2021-2, 2021-3, 2021-4, 2021-5, 2021-6, 2021-7, 2021-8, 2021-9 |
| Description |
|
The server performs the outer join to inner join optimisation in sql_select.cc::simplify_joins(). The objective of this task is to move this conversion into the ColumnStore execution plan creation in the plugin code. |