dengzhhu653 commented on code in PR #5692: URL: https://github.com/apache/hive/pull/5692#discussion_r2062815740
########## 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: why the frequency set to 365 days? is is too long ########## 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: why the frequency set to 365 days? is it too long -- 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