gavinchou commented on code in PR #59213:
URL: https://github.com/apache/doris/pull/59213#discussion_r2637087134
##########
fe/fe-common/src/main/java/org/apache/doris/common/Config.java:
##########
@@ -3765,4 +3765,19 @@ public static int metaServiceRpcRetryTimes() {
"agent tasks health check interval, default is five minutes, no
health check when less than or equal to 0"
})
public static long agent_task_health_check_intervals_ms = 5 * 60 * 1000L;
// 5 min
+
+ @ConfField(mutable = true, description = {
+ "存算分离模式下,计算删除位图时,是否批量获取分区版本信息,默认开启",
+ "In the compute-storage separation mode, whether to obtain
partition version information in batches when "
+ + "calculating the delete bitmap, which is enabled by
default"
+ })
+ public static boolean calc_delete_bitmap_get_versions_in_batch = true;
Review Comment:
is this config necessary? why not always get version in batch for MOW
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]