[fix](nereids) Disable auto analyze temporarily #21919

This commit is contained in:
AKIRA
2023-07-19 09:27:24 +08:00
committed by GitHub
parent e0705f1149
commit d349c955f0
2 changed files with 7 additions and 7 deletions

View File

@ -2035,7 +2035,7 @@ public class Config extends ConfigBase {
public static int hive_stats_partition_sample_size = 3000;
@ConfField
public static boolean enable_full_auto_analyze = true;
public static boolean enable_full_auto_analyze = false;
@ConfField
public static String full_auto_analyze_start_time = "00:00:00";