amorynan commented on code in PR #55941:
URL: https://github.com/apache/doris/pull/55941#discussion_r2343225811
##########
be/src/pipeline/exec/olap_scan_operator.h:
##########
@@ -269,6 +269,14 @@ class OlapScanLocalState final : public
ScanLocalState<OlapScanLocalState> {
RuntimeProfile::Counter* _segment_create_column_readers_timer = nullptr;
RuntimeProfile::Counter* _segment_load_index_timer = nullptr;
+ RuntimeProfile::Counter* _variant_scan_sparse_column_timer = nullptr;
Review Comment:
could we have some notes in these timer . like : according this indicator we
can deduce some information ?
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]