[MDEV-22014] Rowid Filtering is not displayed well in the optimizer trace Created: 2020-03-23 Updated: 2020-04-07 Resolved: 2020-04-02 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Optimizer |
| Fix Version/s: | 10.4.13, 10.5.3 |
| Type: | Task | Priority: | Major |
| Reporter: | Sergei Petrunia | Assignee: | Sergei Petrunia |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | optimizer_trace, rowid_filtering | ||
| Description |
|
Optimizer trace doesn't show much information about Rowid Filtering. The only thing one can see is the chosen ref access method in best_access_path:
Note that if one looks above, it is not even shown for the considered methods:
This task is about fixing this. |
| Comments |
| Comment by Varun Gupta (Inactive) [ 2020-03-29 ] |
|
psergey please make sure to push the patch into 10.4, rowid filtering was there in 10.4. Currently the patch is based on 10.5 |