[MDEV-12404] index condition pushdown on partitioned tables Created: 2017-03-30 Updated: 2024-02-02 |
|
| Status: | In Review |
| Project: | MariaDB Server |
| Component/s: | Partitioning |
| Fix Version/s: | 11.5 |
| Type: | Task | Priority: | Major |
| Reporter: | Markus Dorfer | Assignee: | Sergei Petrunia |
| Resolution: | Unresolved | Votes: | 1 |
| Labels: | optimizer-easy | ||
| Issue Links: |
|
||||||||||||||||
| Description |
|
hi, index condition pushdown was added with in mysql 5.7.3 for partitioned tables with commit https://github.com/mysql/mysql-server/commit/67d2e4ef917e49b0c14cee50e47a498f3f3d95d1 by what i found out by now this feature is not yet available in mariadb and would be a great addition. thx markus |
| Comments |
| Comment by Sergei Petrunia [ 2023-10-20 ] | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
A simple testcase:
shows
Note that the conditions are in attached_condition. For comparison, let's run the same on a non-partitioned table:
shows
Now, the conditions are in the index_condition. |