[feature](autobucekt) Add support autobucket min buckets config Add support autobucket (#24920)

Signed-off-by: Jack Drogon <jack.xsuperman@gmail.com>
This commit is contained in:
Jack Drogon
2023-09-27 08:13:53 +08:00
committed by GitHub
parent 504ab2d726
commit f59e69b852
7 changed files with 37 additions and 2 deletions

View File

@ -2206,4 +2206,9 @@ public class Config extends ConfigBase {
})
public static long auto_analyze_job_record_count = 20000;
@ConfField(description = {
"Auto Buckets中最小的buckets数目",
"min buckets of auto bucket"
})
public static int autobucket_min_buckets = 1;
}