wangbo commented on code in PR #9134: URL: https://github.com/apache/incubator-doris/pull/9134#discussion_r855753474
########## be/src/olap/rowset/segment_v2/segment_iterator.cpp: ########## @@ -892,12 +892,40 @@ void SegmentIterator::_read_columns_by_rowids(std::vector<ColumnId>& read_column vectorized::MutableColumns* mutable_columns) { SCOPED_RAW_TIMER(&_opts.stats->lazy_read_ns); size_t start_idx = 0; + size_t batch_size = 256; Review Comment: OK,I'll give it a test. -- 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