-
Notifications
You must be signed in to change notification settings - Fork 3.7k
[Pick 2.0](inverted index) fix wrong no need read data when need_remaining_after_evaluate #36685
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. |
…_after_evaluate (apache#36637) When using an equal predicate on a column that applies an inverted index with a parser, it requires remaining_after_evaluate. In this situation, we cannot optimize the column without reading the data.
|
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: 49618 ms |
TPC-DS: Total hot run time: 202825 ms |
|
TeamCity be ut coverage result: |
ClickBench: Total hot run time: 31.33 s |
|
Load test result on machine: 'aliyun_ecs.c7a.8xlarge_32C64G' |
add 2 missing \n
|
run buildall |
|
clang-tidy review says "All clean, LGTM! 👍" |
TPC-H: Total hot run time: 49876 ms |
|
TeamCity be ut coverage result: |
TPC-DS: Total hot run time: 203942 ms |
ClickBench: Total hot run time: 30.9 s |
|
Load test result on machine: 'aliyun_ecs.c7a.8xlarge_32C64G' |
|
run buildall |
|
clang-tidy review says "All clean, LGTM! 👍" |
|
TeamCity be ut coverage result: |
TPC-H: Total hot run time: 49597 ms |
TPC-DS: Total hot run time: 203724 ms |
ClickBench: Total hot run time: 30.83 s |
|
Load test result on machine: 'aliyun_ecs.c7a.8xlarge_32C64G' |
|
run buildall |
|
clang-tidy review says "All clean, LGTM! 👍" |
TPC-H: Total hot run time: 49547 ms |
|
TeamCity be ut coverage result: |
TPC-DS: Total hot run time: 203372 ms |
ClickBench: Total hot run time: 31.23 s |
|
Load test result on machine: 'aliyun_ecs.c7a.8xlarge_32C64G' |
…ining_after_evaluate apache#36637 (apache#36685)
When using an equal predicate on a column that applies an inverted index with a parser, it requires remaining_after_evaluate. In this situation, we cannot optimize the column without reading the data.
Proposed changes
Pick from (#36637)