Partition table improvement #18016
Labels
feature/accepted
This feature request is accepted by product managers
priority/P0
The issue has P0 priority.
type/feature-request
Categorizes issue or PR as related to a new feature.
Description
We want partition table have better performance than before. The current plan is pruning partition table in build physical plan phase rather than in optimize logical plan phase, and replace statistic in each partition into a whole table statistic information. This two step will reduce the CPU use in partition table. Partition pruning algorithm will also be improved, support pruning more condition, including
in
andor
for hash partition.This project containing following tasks:
PartitionTableReader
to support pruning during execute stageProgress Tracking: https://github.com/pingcap/tidb/projects/52#card-41891412
Category
Performance & Stability
Value
Improve system performance & support more operation on the partition table
Time
GanttProgress: 96%
GanttStart: 2020-07-15
GanttDue: 2020-10-20
The text was updated successfully, but these errors were encountered: