-
Notifications
You must be signed in to change notification settings - Fork 3.7k
[feat](nereids) adjust stats derive by delta row #39185
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
|
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: 49647 ms |
TPC-DS: Total hot run time: 204857 ms |
ClickBench: Total hot run time: 30.82 s |
|
Load test result on machine: 'aliyun_ecs.c7a.8xlarge_32C64G' |
|
run buildall |
6b3689c to
4f105fd
Compare
|
run buildall |
TPC-H: Total hot run time: 49927 ms |
TPC-DS: Total hot run time: 202951 ms |
ClickBench: Total hot run time: 31.14 s |
|
Load test result on machine: 'aliyun_ecs.c7a.8xlarge_32C64G' |
…ult by delta row with unknown column stats.
4f105fd to
366fd2a
Compare
|
run buildall |
TPC-H: Total hot run time: 49855 ms |
TPC-DS: Total hot run time: 205517 ms |
ClickBench: Total hot run time: 30.13 s |
|
Load test result on machine: 'aliyun_ecs.c7a.8xlarge_32C64G' |
apache#39222 After analyzing, user may insert new rows. analyzed rows: the rows have been analyzed delta row: rows inserted after analyze job if analyzed rows are filtered out, then we try to estimate filter result by delta row with unknown column stats. ## Proposed changes Issue Number: close #xxx <!--Describe your changes.-->
apache#39222 After analyzing, user may insert new rows. analyzed rows: the rows have been analyzed delta row: rows inserted after analyze job if analyzed rows are filtered out, then we try to estimate filter result by delta row with unknown column stats. ## Proposed changes Issue Number: close #xxx <!--Describe your changes.-->
#39222
After analyzing, user may insert new rows.
analyzed rows: the rows have been analyzed
delta row: rows inserted after analyze job
if analyzed rows are filtered out, then we try to estimate filter result by delta row with unknown column stats.
Proposed changes
Issue Number: close #xxx