[opt](inverted index) reduce generation of the rowid_result if not necessary#35357
[opt](inverted index) reduce generation of the rowid_result if not necessary#35357xiaokang merged 1 commit intoapache:masterfrom
Conversation
|
Thank you for your contribution to Apache Doris. Since 2024-03-18, the Document has been moved to doris-website. |
|
run buildall |
|
clang-tidy review says "All clean, LGTM! 👍" |
TPC-H: Total hot run time: 40111 ms |
|
TeamCity be ut coverage result: |
TPC-DS: Total hot run time: 169992 ms |
ClickBench: Total hot run time: 30.61 s |
|
PR approved by anyone and no changes requested. |
|
clang-tidy review says "All clean, LGTM! 👍" |
|
run buildall |
TPC-H: Total hot run time: 40752 ms |
TPC-DS: Total hot run time: 170550 ms |
ClickBench: Total hot run time: 30.39 s |
|
TeamCity be ut coverage result: |
|
run buildall |
|
clang-tidy review says "All clean, LGTM! 👍" |
|
TeamCity be ut coverage result: |
TPC-H: Total hot run time: 40146 ms |
TPC-DS: Total hot run time: 169801 ms |
ClickBench: Total hot run time: 30.58 s |
| } | ||
| } | ||
| _col_preds_except_leafnode_of_andnode.clear(); | ||
| for (auto& iter : _rowid_result_for_index) { |
There was a problem hiding this comment.
add comment to explain its effect and related code
|
TeamCity be ut coverage result: |
TPC-H: Total hot run time: 40117 ms |
TPC-DS: Total hot run time: 173278 ms |
ClickBench: Total hot run time: 30.54 s |
93ec42b to
05df443
Compare
|
run buildall |
|
clang-tidy review says "All clean, LGTM! 👍" |
|
TeamCity be ut coverage result: |
TPC-H: Total hot run time: 40852 ms |
TPC-DS: Total hot run time: 171886 ms |
ClickBench: Total hot run time: 30.95 s |
|
run p0 |
|
PR approved by at least one committer and no changes requested. |
…cessary (#35357) in the compound process, if all indexes are fully matched, the rowid_result will no longer be generated.
…rocess
Proposed changes
Further comments
If this is a relatively large or complex change, kick off the discussion at dev@doris.apache.org by explaining why you chose the solution you did and what alternatives you considered, etc...