improve the query performance on partition table #17474
Labels
feature/accepted
This feature request is accepted by product managers
invalid
priority/P2
The issue has P2 priority.
sig/execution
SIG execution
sig/planner
SIG: Planner
type/feature-request
Categorizes issue or PR as related to a new feature.
type/performance
Description
We have supported the range and hash partition table since TiDB 3.0. Except for other unsupported partition features, the performance on the current implementation of the partition table still has some space to improve.
Scenarios that the performance can be improved:
between ... and
on integer column can not be used to prune hash partitionlocatePartition()
function and improve the write performance on partitioned table #16667 performance ofload data
into the partition table is poor compared with normal tableSee this google doc(in Chinese) for more detail.
Category
Value
Value Description
improve the query performance on both OLTP and OLAP queries.
Value Score
Workload Estimation
The text was updated successfully, but these errors were encountered: