pingcap / tidb

TiDB is an open-source, cloud-native, distributed, MySQL-Compatible database for elastic scale and real-time analytics. Try AI-powered Chat2Query free at : https://www.pingcap.com/tidb-serverless/
https://pingcap.com
Apache License 2.0
36.88k stars 5.81k forks source link

Support add partion automatically #19132

Open Win-Man opened 4 years ago

Win-Man commented 4 years ago

Feature Request

Is your feature request related to a problem? Please describe:

Describe the feature you'd like:

Support add partion automatically, like Oralce's Interval Partion: https://blog.csdn.net/hellojoy/article/details/49998653.

Describe alternatives you've considered:

Teachability, Documentation, Adoption, Migration Strategy:

ghost commented 4 years ago

There is a discussion about tables with a TTL in https://github.com/pingcap/tidb/issues/18731. One of the suggestions was to solve this with interval partitioning, but I think we should discuss both feature requests independently. They both have merit!

mjonss commented 2 years ago

/component tablepartition