This is an automated email from the ASF dual-hosted git repository.
luzhijing 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 4a65f8cad9 [doc](fix) compaction config param (#19368)
4a65f8cad9 is described below
commit 4a65f8cad953838da1d7410466ac89289e62e581
Author: catpineapple <[email protected]>
AuthorDate: Mon May 8 16:34:47 2023 +0800
[doc](fix) compaction config param (#19368)
---
docs/en/docs/admin-manual/config/be-config.md | 22 +++++++++++-----------
docs/zh-CN/docs/admin-manual/config/be-config.md | 22 +++++++++++-----------
2 files changed, 22 insertions(+), 22 deletions(-)
diff --git a/docs/en/docs/admin-manual/config/be-config.md
b/docs/en/docs/admin-manual/config/be-config.md
index 55ad9c6b1f..80b33c7f11 100644
--- a/docs/en/docs/admin-manual/config/be-config.md
+++ b/docs/en/docs/admin-manual/config/be-config.md
@@ -448,21 +448,21 @@ There are two ways to configure BE configuration items:
#### `vertical_compaction_num_columns_per_group`
-* Type: bool
+* Type: int32
* Description: In vertical compaction, column number for every group
-* Default value: true
+* Default value: 5
#### `vertical_compaction_max_row_source_memory_mb`
-* Type: bool
-* Description: In vertical compaction, max memory usage for row_source_buffer
-* Default value: true
+* Type: int32
+* Description: In vertical compaction, max memory usage for
row_source_buffer,The unit is MB.
+* Default value: 200
#### `vertical_compaction_max_segment_size`
-* Type: bool
-* Description: In vertical compaction, max dest segment file size
-* Default value: true
+* Type: int32
+* Description: In vertical compaction, max dest segment file size, The unit is
m bytes.
+* Default value: 268435456
#### `enable_ordered_data_compaction`
@@ -472,9 +472,9 @@ There are two ways to configure BE configuration items:
#### `ordered_data_compaction_min_segment_size`
-* Type: bool
-* Description: In ordered data compaction, min segment size for input rowset
-* Default value: true
+* Type: int32
+* Description: In ordered data compaction, min segment size for input rowset,
The unit is m bytes.
+* Default value: 10485760
#### `max_base_compaction_threads`
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 8bd6dc0148..613900b9ea 100644
--- a/docs/zh-CN/docs/admin-manual/config/be-config.md
+++ b/docs/zh-CN/docs/admin-manual/config/be-config.md
@@ -462,21 +462,21 @@ BE 重启后该配置将失效。如果想持久化修改结果,使用如下
#### `vertical_compaction_num_columns_per_group`
-* 类型: bool
+* 类型: int32
* 描述: 在列式compaction中, 组成一个合并组的列个数
-* 默认值: true
+* 默认值: 5
#### `vertical_compaction_max_row_source_memory_mb`
-* 类型: bool
-* 描述: 在列式compaction中, row_source_buffer能使用的最大内存
-* 默认值: true
+* 类型: int32
+* 描述: 在列式compaction中, row_source_buffer能使用的最大内存,单位是MB。
+* 默认值: 200
#### `vertical_compaction_max_segment_size`
-* 类型: bool
-* 描述: 在列式compaction中, 输出的segment文件最大值
-* 默认值: true
+* 类型: int32
+* 描述: 在列式compaction中, 输出的segment文件最大值,单位是m字节。
+* 默认值: 268435456
#### `enable_ordered_data_compaction`
@@ -486,9 +486,9 @@ BE 重启后该配置将失效。如果想持久化修改结果,使用如下
#### `ordered_data_compaction_min_segment_size`
-* 类型: bool
-* 描述: 在有序数据compaction中, 满足要求的最小segment大小
-* 默认值: true
+* 类型: int32
+* 描述: 在有序数据compaction中, 满足要求的最小segment大小,单位是m字节。
+* 默认值: 10485760
#### `max_base_compaction_threads`
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]