morrySnow commented on code in PR #38615:
URL: https://github.com/apache/doris/pull/38615#discussion_r1699984861
##########
fe/fe-common/src/main/java/org/apache/doris/common/Config.java:
##########
@@ -2730,6 +2730,13 @@ public class Config extends ConfigBase {
"SHould abort txn by checking conflick txn in schema change"})
public static boolean enable_abort_txn_by_checking_conflict_txn = true;
+ @ConfField(mutable = true, description = {
+ "开启自动收集时间间隔判断,超过时间间隔没有收集的列会触发自动收集",
+ "Enable automatic analyze interval check. Columns that have not
been collected "
+ + "within the specified interval will trigger automatic
analyze."
+ })
+ public static boolean enable_auto_analyze_time_interval = false;
Review Comment:
config REANALYZE_INTERVAL directly? <= 0 means not collect?
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]