Open florashi181 opened 1 year ago
分区表1.2 baseline 1.insert 100 key分区单行插入性能缩减到普通表的2倍左右 (目前是5倍左右) 2.基于range 100分区一亿行数据的范围查询性能缩减到普通表的2倍 3.基于分区表的tpcc测试 100仓性能差距缩减到3倍(目前是6.5倍左右)
实现分区与索引和缓存策略结合使用,进一步提高数据处理效率。通过为不同的分区创建不同的索引和缓存策略,可以优化数据的访问速度,提高查询性能。 比如访问一个分区上的一个索引要比访问一个未分区的大索引要更高效。
Is there an existing issue for the same feature request?
Is your feature request related to a problem?
Describe the feature you'd like
Implement partition pruning for RANGE and LIST partitions to significantly accelerate partitioned tables.
Enhance ALTER TABLE syntax to modify partitions with the following options:
Describe implementation you've considered
No response
Documentation, Adoption, Use Case, Migration Strategy
No response
Additional information
No response