Uh oh!
There was an error while loading. Please reload this page.
[Opt](ShortCircuit) add more stats info to trace - #42697
Conversation
doris-robot
commented
Oct 29, 2024
Thank you for your contribution to Apache Doris. Since 2024-03-18, the Document has been moved to doris-website. |
eldenmoon
commented
Oct 29, 2024
run buildall |
eldenmoon
commented
Oct 29, 2024
run buildall |
clang-tidy review says "All clean, LGTM! 👍" |
doris-robot
commented
Oct 29, 2024
TPC-H: Total hot run time: 41836 ms |
doris-robot
commented
Oct 29, 2024
TeamCity be ut coverage result: |
doris-robot
commented
Oct 29, 2024
TeamCity be ut coverage result: |
doris-robot
commented
Oct 29, 2024
TPC-DS: Total hot run time: 197101 ms |
doris-robot
commented
Oct 29, 2024
ClickBench: Total hot run time: 32.8 s |
PR approved by at least one committer and no changes requested. |
PR approved by anyone and no changes requested. |
Uh oh!
There was an error while loading. Please reload this page.
| specified_rowsets = _tablet->get_rowset_by_ids(nullptr); | ||
| } | ||
| std::vector<std::unique_ptr<SegmentCacheHandle>> segment_caches(specified_rowsets.size()); | ||
| // init segment_cache |
There was a problem hiding this comment.
in order to trace the time of loading segments
Need need to open segments for all rowsets, only open in `lookup_row_key` stage. Introduced by apache#42697
Need need to open segments for all rowsets, only open in `lookup_row_key` stage. Introduced by apache#42697
No need need to open segments for all rowsets, only open in `lookup_row_key` stage. Introduced by #42697
No need need to open segments for all rowsets, only open in `lookup_row_key` stage. Introduced by #42697
…he#44073) No need need to open segments for all rowsets, only open in `lookup_row_key` stage. Introduced by apache#42697
…he#44073) No need need to open segments for all rowsets, only open in `lookup_row_key` stage. Introduced by apache#42697
No description provided.