dataroaring commented on code in PR #11392:
URL: https://github.com/apache/doris/pull/11392#discussion_r934627244


##########
be/src/common/config.h:
##########
@@ -179,6 +179,8 @@ CONF_mInt32(doris_scanner_queue_size, "1024");
 CONF_mInt32(doris_scanner_row_num, "16384");
 // single read execute fragment row bytes
 CONF_mInt32(doris_scanner_row_bytes, "10485760");
+// one scanner_thread with multiple rowsets use one rowblockv2
+CONF_mBool(enable_rowblockv2_reuse, "true");

Review Comment:
   Why do we need this config iterm?



-- 
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

Reply via email to