-
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
[Subtask] Support preassigned partitions when creating partitioned table #2266
Closed
Tracked by
#1575
Milestone
Comments
hi, @mchades I am doing the work of Doris Catalog now, and I face the same problem. As creating partitions may be time-consuming, do you have any suggestions for its implementation? |
What specific operation is causing the time-consuming nature of partition creation? Do you mean adding partitions to an existing partitioned table? |
jerryshao
pushed a commit
that referenced
this issue
May 13, 2024
…e and list partitioning table (#3189) ### What changes were proposed in this pull request? enable pre-assign partition when creating range and list partitioning table ### Why are the changes needed? Fix: #2266 ### Does this PR introduce _any_ user-facing change? yes, enable pre-assign partition when creating range and list partitioning table ### How was this patch tested? tests modified
github-actions bot
pushed a commit
that referenced
this issue
May 13, 2024
…e and list partitioning table (#3189) ### What changes were proposed in this pull request? enable pre-assign partition when creating range and list partitioning table ### Why are the changes needed? Fix: #2266 ### Does this PR introduce _any_ user-facing change? yes, enable pre-assign partition when creating range and list partitioning table ### How was this patch tested? tests modified
mchades
added a commit
that referenced
this issue
May 13, 2024
…e and list partitioning table (#3363) ### What changes were proposed in this pull request? enable pre-assign partition when creating range and list partitioning table ### Why are the changes needed? Fix: #2266 ### Does this PR introduce _any_ user-facing change? yes, enable pre-assign partition when creating range and list partitioning table ### How was this patch tested? tests modified Co-authored-by: mchades <[email protected]>
diqiu50
pushed a commit
to diqiu50/gravitino
that referenced
this issue
Jun 13, 2024
…g range and list partitioning table (apache#3189) ### What changes were proposed in this pull request? enable pre-assign partition when creating range and list partitioning table ### Why are the changes needed? Fix: apache#2266 ### Does this PR introduce _any_ user-facing change? yes, enable pre-assign partition when creating range and list partitioning table ### How was this patch tested? tests modified
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the subtask
When creating a range/list partitioned table (e.g., Kudu, Doris, StarRocks), users may need to preassign partitions for the table.
Parent issue
#1575
The text was updated successfully, but these errors were encountered: