yiguolei commented on code in PR #35383: URL: https://github.com/apache/doris/pull/35383#discussion_r1614204261
########## fe/fe-core/src/main/java/org/apache/doris/qe/SessionVariable.java: ########## @@ -951,6 +955,14 @@ public class SessionVariable implements Serializable, Writable { varType = VariableAnnotation.EXPERIMENTAL, needForward = true) private long parallelScanMinRowsPerScanner = 16384; // 16K + @VariableMgr.VarAttr(name = PARALLEL_SCAN_SEGMENT_COUNT_FACTOR, fuzzy = true, + varType = VariableAnnotation.EXPERIMENTAL, needForward = true) + private long parallelScanSegmentCountFactor = 5; Review Comment: default to 10 -- 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