DanielZhu58 commented on code in PR #5692: URL: https://github.com/apache/hive/pull/5692#discussion_r2070883812
########## standalone-metastore/metastore-common/src/main/java/org/apache/hadoop/hive/metastore/conf/MetastoreConf.java: ########## @@ -1239,6 +1239,21 @@ public enum ConfVars { "will be dropped. The second piece in partition management is retention period. When 'discover.partition'\n" + "is set to true and if 'partition.retention.period' table property is defined, partitions that are older\n" + "than the specified retention period will be automatically dropped from metastore along with the data."), + + // Statistics management task params + STATISTICS_MANAGEMENT_TASK_FREQUENCY("metastore.statistics.management.task.frequency", + "metastore.statistics.management.task.frequency", Review Comment: It's the requirement on the HIVE-28755 Jira. From my perspective, the purpose of this PR is to reduce the size of all the column stats and to prevent the affect on performance. And the size of the column stats might take quite long time to stack up. So 365 days might be an appropriate time. -- 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: gitbox-unsubscr...@hive.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: gitbox-unsubscr...@hive.apache.org For additional commands, e-mail: gitbox-h...@hive.apache.org