This is an automated email from the ASF dual-hosted git repository.
diwu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/master by this push:
new e427ac93385 [typo](doc) update default value of
compaction_promotion_min_size_mbytes (#25839)
e427ac93385 is described below
commit e427ac93385389cdf635174fb6b6fdaf9a452fa6
Author: gnehil <[email protected]>
AuthorDate: Mon Dec 4 17:58:46 2023 +0800
[typo](doc) update default value of compaction_promotion_min_size_mbytes
(#25839)
Co-authored-by: gnehil <[email protected]>
---
docs/en/docs/admin-manual/config/be-config.md | 2 +-
docs/zh-CN/docs/admin-manual/config/be-config.md | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/docs/en/docs/admin-manual/config/be-config.md
b/docs/en/docs/admin-manual/config/be-config.md
index 8b45d1ef194..98595e45e92 100644
--- a/docs/en/docs/admin-manual/config/be-config.md
+++ b/docs/en/docs/admin-manual/config/be-config.md
@@ -528,7 +528,7 @@ There are two ways to configure BE configuration items:
* Type: int64
* Description: If the total disk size of the output rowset of the cumulative
compaction is lower than this configuration size, the rowset will not undergo
base compaction and is still in the cumulative compaction process. The unit is
m bytes.
- Generally, the configuration is within 512m. If the configuration is too
large, the size of the early base version is too small, and base compaction has
not been performed.
-* Default value: 64
+* Default value: 128
#### `compaction_min_size_mbytes`
diff --git a/docs/zh-CN/docs/admin-manual/config/be-config.md
b/docs/zh-CN/docs/admin-manual/config/be-config.md
index ef3e0ddfb44..727d5b3f333 100644
--- a/docs/zh-CN/docs/admin-manual/config/be-config.md
+++ b/docs/zh-CN/docs/admin-manual/config/be-config.md
@@ -542,7 +542,7 @@ BE 重启后该配置将失效。如果想持久化修改结果,使用如下
* 类型:int64
* 描述:Cumulative compaction的输出rowset总磁盘大小低于此配置大小,该rowset将不进行base
compaction,仍然处于cumulative compaction流程中。单位是m字节。
- 一般情况下,配置在512m以内,配置过大会导致base版本早期的大小过小,一直不进行base compaction。
-* 默认值:64
+* 默认值:128
#### `compaction_min_size_mbytes`
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]