wm1581066 commented on code in PR #26163: URL: https://github.com/apache/doris/pull/26163#discussion_r1379933354
########## fe/fe-core/src/main/java/org/apache/doris/statistics/StatisticConstants.java: ########## @@ -84,6 +84,8 @@ public class StatisticConstants { public static final String FULL_AUTO_ANALYZE_START_TIME = "00:00:00"; public static final String FULL_AUTO_ANALYZE_END_TIME = "23:59:59"; + public static final int ANALYZE_JOB_BUF_SIZE = 20000; + Review Comment: item count ? 200 -- 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