zhiqiang-hhhh commented on code in PR #33690: URL: https://github.com/apache/doris/pull/33690#discussion_r1686150974
########## fe/fe-common/src/main/java/org/apache/doris/common/Config.java: ########## @@ -2652,6 +2652,10 @@ public class Config extends ConfigBase { @ConfField public static boolean checkpoint_after_check_compatibility = false; + // The max number of profiles that can be stored to storage. + @ConfField + public static int max_profile_on_storage = 500; Review Comment: done -- 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