yiguolei commented on code in PR #35386: URL: https://github.com/apache/doris/pull/35386#discussion_r1615185956
########## 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: change it to 10, because split by segment should be used very carefully. -- 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