[enhancement](stats) Limit analyze info count (#25576)

Each analyze job info and task info would not exceed 20000 after this PR. User could adjust this by FE conf param: analyze_record_limit
This commit is contained in:
AKIRA
2023-10-26 13:46:28 +08:00
committed by GitHub
parent d896debbe7
commit 6ce1087c23
2 changed files with 14 additions and 5 deletions

View File

@ -2213,7 +2213,7 @@ public class Config extends ConfigBase {
"控制统计信息的自动触发作业执行记录的持久化行数",
"Determine the persist number of automatic triggered analyze job execution status"
})
public static long auto_analyze_job_record_count = 20000;
public static long analyze_record_limit = 20000;
@ConfField(description = {
"Auto Buckets中最小的buckets数目",