-
Notifications
You must be signed in to change notification settings - Fork 3.7k
[Feature](insert-overwrite) Support create partition for auto partition table when insert overwrite #38628
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
Conversation
|
run buildall |
|
Thank you for your contribution to Apache Doris. Since 2024-03-18, the Document has been moved to doris-website. |
|
clang-tidy review says "All clean, LGTM! 👍" |
TPC-H: Total hot run time: 42029 ms |
TPC-DS: Total hot run time: 172326 ms |
ClickBench: Total hot run time: 30.03 s |
|
run buildall |
|
clang-tidy review says "All clean, LGTM! 👍" |
TPC-H: Total hot run time: 41959 ms |
TPC-DS: Total hot run time: 169133 ms |
ClickBench: Total hot run time: 30.01 s |
77be2d4 to
3d43058
Compare
|
run buildall |
|
clang-tidy review says "All clean, LGTM! 👍" |
1 similar comment
|
clang-tidy review says "All clean, LGTM! 👍" |
TPC-H: Total hot run time: 41879 ms |
TPC-DS: Total hot run time: 169541 ms |
ClickBench: Total hot run time: 29.83 s |
|
run buildall |
|
clang-tidy review says "All clean, LGTM! 👍" |
|
clang-tidy review says "All clean, LGTM! 👍" |
|
run buildall |
|
clang-tidy review says "All clean, LGTM! 👍" |
|
TeamCity be ut coverage result: |
HappenLee
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM BE code
|
PR approved by at least one committer and no changes requested. |
|
PR approved by anyone and no changes requested. |
zddr
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
…on table when insert overwrite (apache#38628) introduced session variable `enable_auto_create_when_overwrite` when it's true: 1. `insert overwrite table auto_partition_table [values xxx| select xxx]` support overwrite old datas and create partition(s) for new datas if need. 2. `insert overwrite table auto_partition_table partition(*) [values xxx| select xxx]` support overwrite old datas for values-relative partitions(as it was before) and create partition(s) for new datas if need. doc pr: apache/doris-website#936
…on table when insert overwrite (apache#38628) introduced session variable `enable_auto_create_when_overwrite` when it's true: 1. `insert overwrite table auto_partition_table [values xxx| select xxx]` support overwrite old datas and create partition(s) for new datas if need. 2. `insert overwrite table auto_partition_table partition(*) [values xxx| select xxx]` support overwrite old datas for values-relative partitions(as it was before) and create partition(s) for new datas if need. doc pr: apache/doris-website#936
…on table when insert overwrite (apache#38628) introduced session variable `enable_auto_create_when_overwrite` when it's true: 1. `insert overwrite table auto_partition_table [values xxx| select xxx]` support overwrite old datas and create partition(s) for new datas if need. 2. `insert overwrite table auto_partition_table partition(*) [values xxx| select xxx]` support overwrite old datas for values-relative partitions(as it was before) and create partition(s) for new datas if need. doc pr: apache/doris-website#936
…on table when insert overwrite (#936) doc of: apache/doris#38628
Proposed changes
Issue Number: close #xxx
introduced session variable
enable_auto_create_when_overwritewhen it's true:
insert overwrite table auto_partition_table [values xxx| select xxx]support overwrite old datas and create partition(s) for new datas if need.insert overwrite table auto_partition_table partition(*) [values xxx| select xxx]support overwrite old datas for values-relative partitions(as it was before) and create partition(s) for new datas if need.doc pr: apache/doris-website#936