Complete cost-based optimization for ORDER BY with LIMIT
(MDEV-8306)
|
|
| Status: | Stalled |
| Project: | MariaDB Server |
| Component/s: | Optimizer |
| Affects Version/s: | N/A |
| Fix Version/s: | 11.5 |
| Type: | Technical task | Priority: | Major |
| Reporter: | Varun Gupta (Inactive) | Assignee: | Sergei Petrunia |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Description |
|
This task is concerned with how we would show the sort_nest (MDEV-8306) First thought would be to show the sort nest the same way as we do it for SJ Materialization or Derived tables This is how it is done for Semi Join Materialization
Another one could be not to show the table for sort-nest and just mention in the EXTRA column of explain , using sort_nest with the tables inside it. Instead of using temporary, we can have Using Sort Nest.
2 rows in set (0.004 sec) |
| Comments |
| Comment by Varun Gupta (Inactive) [ 2019-08-22 ] | |||||||||||||||||||||
|
This has been implemented , an example of how the sort-nest looks like with explain is
| |||||||||||||||||||||
| Comment by Varun Gupta (Inactive) [ 2019-11-14 ] | |||||||||||||||||||||
|
This has been implemented along with MDEV-8306, so it is in review | |||||||||||||||||||||
| Comment by Julien Fritsch [ 2019-11-15 ] | |||||||||||||||||||||
|
Can you please update the status. Only the assignee can. |