[fix](nereids) Disable auto analyze temporarily #21919
This commit is contained in:
@ -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";
|
||||
|
||||
Reference in New Issue
Block a user