Uh oh!
There was an error while loading. Please reload this page.
[opt](index) add more inverted index query profile - #36545
Conversation
doris-robot
commented
Jun 19, 2024
Thank you for your contribution to Apache Doris. Since 2024-03-18, the Document has been moved to doris-website. |
xiaokang
commented
Jun 19, 2024
run buildall |
clang-tidy review says "All clean, LGTM! 👍" |
| } | ||
| bool InvertedIndexReader::indexExists(io::Path& index_file_path) { | ||
| // SCOPED_RAW_TIMER(&stats->inverted_index_query_file_exists_timer); |
PR approved by anyone and no changes requested. |
xiaokang
commented
Jun 19, 2024
run buildall |
clang-tidy review says "All clean, LGTM! 👍" |
xiaokang
commented
Jun 19, 2024
run buildall |
clang-tidy review says "All clean, LGTM! 👍" |
clang-tidy review says "All clean, LGTM! 👍" |
doris-robot
commented
Jun 19, 2024
TPC-H: Total hot run time: 49877 ms |
doris-robot
commented
Jun 19, 2024
TeamCity be ut coverage result: |
doris-robot
commented
Jun 19, 2024
TPC-DS: Total hot run time: 204087 ms |
doris-robot
commented
Jun 19, 2024
ClickBench: Total hot run time: 31.46 s |
doris-robot
commented
Jun 19, 2024
Load test result on machine: 'aliyun_ecs.c7a.8xlarge_32C64G' |
xiaokang
commented
Jun 19, 2024
run buildall |
clang-tidy review says "All clean, LGTM! 👍" |
doris-robot
commented
Jun 19, 2024
TeamCity be ut coverage result: |
doris-robot
commented
Jun 19, 2024
TPC-H: Total hot run time: 50185 ms |
doris-robot
commented
Jun 19, 2024
TPC-DS: Total hot run time: 204878 ms |
doris-robot
commented
Jun 19, 2024
ClickBench: Total hot run time: 31.02 s |
doris-robot
commented
Jun 19, 2024
Load test result on machine: 'aliyun_ecs.c7a.8xlarge_32C64G' |
add more inverted index query profile: - InvertedIndexQueryNullBitmapTime - InvertedIndexQueryFileExistsTime - InvertedIndexSearcherCacheHit - InvertedIndexSearcherCacheMiss
add more inverted index query profile: