Uh oh!
There was an error while loading. Please reload this page.
[feature](inverted index) Add profile statistics for each condition in inverted index filters - #47504
Conversation
Thearas
commented
Feb 5, 2025
Thank you for your contribution to Apache Doris. Please clearly describe your PR:
|
zzzxl1993
commented
Feb 5, 2025
run buildall |
doris-robot
commented
Feb 5, 2025
TPC-H: Total hot run time: 32210 ms |
doris-robot
commented
Feb 5, 2025
TPC-DS: Total hot run time: 193009 ms |
doris-robot
commented
Feb 5, 2025
ClickBench: Total hot run time: 30.25 s |
doris-robot
commented
Feb 5, 2025
TeamCity be ut coverage result: |
zzzxl1993
commented
Feb 5, 2025
run buildall |
doris-robot
commented
Feb 5, 2025
TPC-H: Total hot run time: 32686 ms |
doris-robot
commented
Feb 5, 2025
TPC-DS: Total hot run time: 186506 ms |
doris-robot
commented
Feb 5, 2025
ClickBench: Total hot run time: 30.65 s |
doris-robot
commented
Feb 5, 2025
TeamCity be ut coverage result: |
zzzxl1993
commented
Feb 6, 2025
run buildall |
doris-robot
commented
Feb 6, 2025
TPC-H: Total hot run time: 31459 ms |
doris-robot
commented
Feb 6, 2025
TPC-DS: Total hot run time: 184440 ms |
doris-robot
commented
Feb 6, 2025
ClickBench: Total hot run time: 30.46 s |
zzzxl1993
commented
Feb 6, 2025
run buildall |
doris-robot
commented
Feb 6, 2025
TPC-H: Total hot run time: 31645 ms |
doris-robot
commented
Feb 6, 2025
TPC-DS: Total hot run time: 190603 ms |
doris-robot
commented
Feb 6, 2025
ClickBench: Total hot run time: 30.89 s |
doris-robot
commented
Feb 7, 2025
TeamCity be ut coverage result: |
Uh oh!
There was an error while loading. Please reload this page.
| COUNTER_UPDATE(filter_rows, stats.filter_rows); | ||
| } | ||
| for (auto stats : statistics->stats) { |
There was a problem hiding this comment.
should we add a limit for max columns?
zzzxl1993
commented
Feb 18, 2025
run buildall |
PR approved by at least one committer and no changes requested. |
…n inverted index filters
zzzxl1993
commented
Feb 20, 2025
run buildall |
doris-robot
commented
Feb 20, 2025
TPC-H: Total hot run time: 31416 ms |
doris-robot
commented
Feb 20, 2025
TPC-DS: Total hot run time: 183774 ms |
doris-robot
commented
Feb 20, 2025
ClickBench: Total hot run time: 30.74 s |
doris-robot
commented
Feb 20, 2025
TeamCity be ut coverage result: |
PR approved by at least one committer and no changes requested. |
…n inverted index filters (apache#47504) Problem Summary: select count() from httplogs where clientip match '232.71.0.0' and request match 'images'; IndexFilter: - HitRows: 0ns - fr_clientip: 10.392K (10392) - fr_request: 28.601172M (28601172) - ExecTime: 0ns - ft_clientip: 2.65ms - ft_request: 201.778ms FilteredRows: Represents the count of rows that met the filtering conditions post-index filtering. FilteredTime: Represents the time taken to complete the filtering operation.
…n inverted index filters (apache#47504) Problem Summary: select count() from httplogs where clientip match '232.71.0.0' and request match 'images'; IndexFilter: - HitRows: 0ns - fr_clientip: 10.392K (10392) - fr_request: 28.601172M (28601172) - ExecTime: 0ns - ft_clientip: 2.65ms - ft_request: 201.778ms FilteredRows: Represents the count of rows that met the filtering conditions post-index filtering. FilteredTime: Represents the time taken to complete the filtering operation.
…n inverted index filters (apache#47504) Problem Summary: select count() from httplogs where clientip match '232.71.0.0' and request match 'images'; IndexFilter: - HitRows: 0ns - fr_clientip: 10.392K (10392) - fr_request: 28.601172M (28601172) - ExecTime: 0ns - ft_clientip: 2.65ms - ft_request: 201.778ms FilteredRows: Represents the count of rows that met the filtering conditions post-index filtering. FilteredTime: Represents the time taken to complete the filtering operation.
…n inverted index filters (apache#47504) Problem Summary: select count() from httplogs where clientip match '232.71.0.0' and request match 'images'; IndexFilter: - HitRows: 0ns - fr_clientip: 10.392K (10392) - fr_request: 28.601172M (28601172) - ExecTime: 0ns - ft_clientip: 2.65ms - ft_request: 201.778ms FilteredRows: Represents the count of rows that met the filtering conditions post-index filtering. FilteredTime: Represents the time taken to complete the filtering operation.
…n inverted index filters (apache#47504) Problem Summary: select count() from httplogs where clientip match '232.71.0.0' and request match 'images'; IndexFilter: - HitRows: 0ns - fr_clientip: 10.392K (10392) - fr_request: 28.601172M (28601172) - ExecTime: 0ns - ft_clientip: 2.65ms - ft_request: 201.778ms FilteredRows: Represents the count of rows that met the filtering conditions post-index filtering. FilteredTime: Represents the time taken to complete the filtering operation.
…n inverted index filters (apache#47504) Problem Summary: select count() from httplogs where clientip match '232.71.0.0' and request match 'images'; IndexFilter: - HitRows: 0ns - fr_clientip: 10.392K (10392) - fr_request: 28.601172M (28601172) - ExecTime: 0ns - ft_clientip: 2.65ms - ft_request: 201.778ms FilteredRows: Represents the count of rows that met the filtering conditions post-index filtering. FilteredTime: Represents the time taken to complete the filtering operation.
What problem does this PR solve?
Issue Number: close #xxx
Related PR: #xxx
Problem Summary:
select count() from httplogs where clientip match '232.71.0.0' and request match 'images';
IndexFilter:
- HitRows: 0ns
- fr_clientip: 10.392K (10392)
- fr_request: 28.601172M (28601172)
- ExecTime: 0ns
- ft_clientip: 2.65ms
- ft_request: 201.778ms
FilteredRows: Represents the count of rows that met the filtering conditions post-index filtering.
FilteredTime: Represents the time taken to complete the filtering operation.
Release note
None
Check List (For Author)
Test
Behavior changed:
Does this need documentation?
Check List (For Reviewer who merge this PR)