eldenmoon commented on code in PR #42697: URL: https://github.com/apache/doris/pull/42697#discussion_r1827136346
########## be/src/service/point_query_executor.cpp: ########## @@ -380,6 +396,17 @@ Status PointQueryExecutor::_lookup_row_key() { specified_rowsets = _tablet->get_rowset_by_ids(nullptr); } std::vector<std::unique_ptr<SegmentCacheHandle>> segment_caches(specified_rowsets.size()); + // init segment_cache Review Comment: in order to trace the time of loading segments -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org