yiguolei commented on code in PR #61535:
URL: https://github.com/apache/doris/pull/61535#discussion_r3007170018
##########
be/src/storage/segment/segment_iterator.cpp:
##########
@@ -369,6 +369,14 @@ Status SegmentIterator::_init_impl(const
StorageReadOptions& opts) {
// Read options will not change, so that just resize here
_block_rowids.resize(_opts.block_row_max);
+ // Adaptive batch size: snapshot the initial row limit and create
predictor if enabled.
Review Comment:
some other cases:
1. topn lazy materialization also use segment iterator?
2. point query ?
--
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]