caiconghui commented on a change in pull request #3283: Support setting replica quota in db level URL: https://github.com/apache/incubator-doris/pull/3283#discussion_r406670610
########## File path: fe/src/main/java/org/apache/doris/common/FeConstants.java ########## @@ -31,6 +31,7 @@ public static int shortkey_max_column_count = 3; public static int shortkey_maxsize_bytes = 36; public static long default_db_data_quota_bytes = 1024 * 1024 * 1024 * 1024L; // 1TB + public static long default_db_replica_quota_size = 1000000; Review comment: @imay 1024 * 1024 * 1024 is a large value and enough, if one table has 100000 tablets , about 10000 tables can exits in on db? ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org