kangpinghuang commented on a change in pull request #2015: add profile for 
segment v2
URL: https://github.com/apache/incubator-doris/pull/2015#discussion_r336905745
 
 

 ##########
 File path: be/src/olap/rowset/segment_v2/column_reader.cpp
 ##########
 @@ -272,6 +290,7 @@ FileColumnIterator::~FileColumnIterator() {
 }
 
 Status FileColumnIterator::seek_to_first() {
+    SCOPED_RAW_TIMER(&_opts.stats->block_seek_ns);
 
 Review comment:
   the seek time is not redundant, but I will change it to segmeniterator to 
calculate time once.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to