Uh oh!
There was an error while loading. Please reload this page.
[opt](scanner profile) Rename some filed name to keep consistent with audit log. - #41993
Conversation
doris-robot
commented
Oct 16, 2024
Thank you for your contribution to Apache Doris. Since 2024-03-18, the Document has been moved to doris-website. |
RoanHeNaN
commented
Oct 16, 2024
run buildall |
clang-tidy review says "All clean, LGTM! 👍" |
doris-robot
commented
Oct 16, 2024
TeamCity be ut coverage result: |
doris-robot
commented
Oct 16, 2024
TPC-H: Total hot run time: 41629 ms |
doris-robot
commented
Oct 16, 2024
TPC-DS: Total hot run time: 192222 ms |
doris-robot
commented
Oct 16, 2024
ClickBench: Total hot run time: 33.9 s |
PR approved by at least one committer and no changes requested. |
PR approved by anyone and no changes requested. |
RawRowsReadis moved from segment profile to scan operator profile.RawRowsReadis renamed toScanRowsso that it has same name with audit log.ScanBytesis added. It has same value withCompressedBytesReadin segment iterator profileI am not sure whether we should modify the calculation of
CompressedBytesRead.Currently,
CompressedBytesReaddoes not include size of page that is cached by doris page cache.