[feature](stats) Enable period time with cron expr (#22095)
Support such grammar ANALYZE TABLE test WITH CRON "* * * * * ?" Such job would be scheduled as the cron expr specifie, but natively support minute-level schedule only
This commit is contained in:
@ -1470,7 +1470,7 @@ public class Config extends ConfigBase {
|
||||
* the system automatically checks the time interval for statistics
|
||||
*/
|
||||
@ConfField(mutable = true, masterOnly = true)
|
||||
public static int auto_check_statistics_in_minutes = 5;
|
||||
public static int auto_check_statistics_in_minutes = 1;
|
||||
|
||||
/**
|
||||
* If this configuration is enabled, you should also specify the trace_export_url.
|
||||
|
||||
Reference in New Issue
Block a user