imay commented on issue #3285: Replica usage should be limited in database level to reduce the fe memory pressure and the amount of tablet in be URL: https://github.com/apache/incubator-doris/issues/3285#issuecomment-611382201 > en, > > 1. Because there is replication_num property for table or partition create setting, which mean one tablet has "replication_num" replica, I use replicaSize instead of replica_num to separate replica_num from replication_num clearly, and maybe replica_num is more accurate for the original meaning Is ReplicaCount better? > 2. the replica statistics is collected by db->table -> partition -> MaterializedIndex -> tablet->replica > hierarchy,include all replicas with all replicaState in table How often do you want to collect it? Or it will be collected through event?
---------------------------------------------------------------- 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