-
Notifications
You must be signed in to change notification settings - Fork 3.3k
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
[feature](iceberg) iceberg write support insert overwrite and optimize hive write transaction statistics and #37191
Conversation
Thank you for your contribution to Apache Doris. Since 2024-03-18, the Document has been moved to doris-website. |
run buildall |
TPC-H: Total hot run time: 40262 ms
|
TPC-DS: Total hot run time: 174316 ms
|
ClickBench: Total hot run time: 30.92 s
|
run buildall |
TPC-H: Total hot run time: 40096 ms
|
TPC-DS: Total hot run time: 171570 ms
|
ClickBench: Total hot run time: 31.28 s
|
run buildall |
TPC-H: Total hot run time: 39694 ms
|
35427ca
to
ecb3f90
Compare
run buildall |
TPC-H: Total hot run time: 39528 ms
|
TPC-DS: Total hot run time: 173418 ms
|
ClickBench: Total hot run time: 31.11 s
|
run buildall |
TPC-H: Total hot run time: 40190 ms
|
TPC-DS: Total hot run time: 173170 ms
|
ClickBench: Total hot run time: 31.08 s
|
0116e83
to
ecb3f90
Compare
PR approved by anyone and no changes requested. |
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
ecb3f90
to
c5a0e40
Compare
run buildall |
TPC-H: Total hot run time: 39860 ms
|
TPC-DS: Total hot run time: 173757 ms
|
ClickBench: Total hot run time: 30.84 s
|
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
PR approved by at least one committer and no changes requested. |
…e hive write transaction statistics and (apache#37191) iceberg support insert overwrite 1. Iceberg transaction adds insert overwrite feature 2.Iceberg transaction merge the commit functions of table and partition 3.Use class SimpleTableInfo to replace the internal class DatabaseTableName of HmsTransaction 4.Unified the file statistics of hive and iceberg write --------- Co-authored-by: lik40 <lik40@chinatelecom.cn> Co-authored-by: morningman <morningman@163.com>
…e hive write transaction statistics and (#37191) iceberg support insert overwrite 1. Iceberg transaction adds insert overwrite feature 2.Iceberg transaction merge the commit functions of table and partition 3.Use class SimpleTableInfo to replace the internal class DatabaseTableName of HmsTransaction 4.Unified the file statistics of hive and iceberg write --------- Co-authored-by: lik40 <lik40@chinatelecom.cn> Co-authored-by: morningman <morningman@163.com>
iceberg support insert overwrite
2.Iceberg transaction merge the commit functions of table and partition
3.Use class SimpleTableInfo to replace the internal class DatabaseTableName of HmsTransaction
4.Unified the file statistics of hive and iceberg write