-
Notifications
You must be signed in to change notification settings - Fork 380
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[EPIC] Support partition management #1575
Comments
This was referenced Jan 24, 2024
This was referenced Feb 1, 2024
This was referenced Oct 21, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the proposal
We have already added support for creating partitioned tables, but we lack the ability to manage partitions. We may need to use partition management functionality in the following scenarios:
To define a table with a special partitioning strategy, such as range and list, it is necessary to create partitions at the table definition stage
For tables where partitions cannot be generated automatically, partition management is necessary to create partitions in advance before writing data.
Obtaining partition statistics can be used for data governance, partition pruning, and other purposes.
Task list
The text was updated successfully, but these errors were encountered: