From 3889e9efd82b500d9992fffc9b463f24fc5e93f4 Mon Sep 17 00:00:00 2001 From: zhengyu Date: Wed, 18 Sep 2024 15:07:23 +0800 Subject: [PATCH] [fix](config) enlarge batch size when insert cache hotspot table --- fe/fe-common/src/main/java/org/apache/doris/common/Config.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fe/fe-common/src/main/java/org/apache/doris/common/Config.java b/fe/fe-common/src/main/java/org/apache/doris/common/Config.java index 85a4ded7f67931..cdef2f61ef9555 100644 --- a/fe/fe-common/src/main/java/org/apache/doris/common/Config.java +++ b/fe/fe-common/src/main/java/org/apache/doris/common/Config.java @@ -3010,7 +3010,7 @@ public static int metaServiceRpcRetryTimes() { // to control the max num of values inserted into cache hotspot internal table // insert into cache table when the size of batch values reaches this limit @ConfField(mutable = true) - public static long batch_insert_cluster_cache_hotspot_num = 50; + public static long batch_insert_cluster_cache_hotspot_num = 1000; /** * intervals between be status checks for CloudUpgradeMgr