[MDEV-20369] Add consideration of semi-join strategies to the optimizer trace Created: 2019-08-17 Updated: 2021-10-25 |
|
| Status: | Open |
| Project: | MariaDB Server |
| Component/s: | Optimizer |
| Fix Version/s: | None |
| Type: | Task | Priority: | Major |
| Reporter: | Varun Gupta (Inactive) | Assignee: | Sergei Petrunia |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Description |
|
This task aims to print the semi-join strategy consideration for the join order inside the optimizer trace. An example would be: Dataset
Query is
So the trace has output like this, where we consider all the semi-join strategies
|
| Comments |
| Comment by Varun Gupta (Inactive) [ 2019-08-25 ] |
|
There is some addition for this issue here: Discuss further about the details we want in here. |