morningman commented on code in PR #34032: URL: https://github.com/apache/doris/pull/34032#discussion_r1593784591
########## fe/fe-common/src/main/java/org/apache/doris/common/Config.java: ########## @@ -2254,6 +2254,11 @@ public class Config extends ConfigBase { "Default hive file format for creating table."}) public static String hive_default_file_format = "orc"; + @ConfField(mutable = true, masterOnly = false, description = { + "如果切片数量超过阈值,BE将通过batch方式获取scan ranges", + "If the number of splits exceeds the threshold, scan ranges will be got through batch mode."}) + public static int num_splits_in_batch_mode = 10000; Review Comment: Better be a session varible? -- 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