This is an automated email from the ASF dual-hosted git repository.
dataroaring pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris-website.git
The following commit(s) were added to refs/heads/master by this push:
new a7fcb2b8bc5 Update be-config.md (#3373)
a7fcb2b8bc5 is described below
commit a7fcb2b8bc5856c4c11d808d83f7c2ad1a553ab3
Author: Yongqiang YANG <[email protected]>
AuthorDate: Tue Feb 10 12:44:04 2026 -0800
Update be-config.md (#3373)
## Summary
- Update `vertical_compaction_max_segment_size` default value from
`268435456` to `1073741824` in Chinese BE config docs.
- Remove duplicated `segcompaction_candidate_max_rows` entry and keep
the accurate description.
- Scope this recreation to `dev`, `3.x`, and `4.x` only.
## Versions
- [x] dev
- [x] 4.x
- [x] 3.x
- [ ] 2.1
- [ ] 2.0
## Languages
- [x] Chinese
- [ ] English
## Docs Checklist
- [ ] Checked by AI
- [ ] Test Cases Built
Signed-off-by: yjt1993 <[email protected]>
Signed-off-by: yjt1993 <[email protected]>
Co-authored-by: yjt1993 <[email protected]>
---
.../current/admin-manual/config/be-config.md | 8 +-------
.../version-3.x/admin-manual/config/be-config.md | 8 +-------
.../version-4.x/admin-manual/config/be-config.md | 8 +-------
3 files changed, 3 insertions(+), 21 deletions(-)
diff --git
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/admin-manual/config/be-config.md
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/admin-manual/config/be-config.md
index 856607b7bb9..2fde3f7fa70 100644
---
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/admin-manual/config/be-config.md
+++
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/admin-manual/config/be-config.md
@@ -425,7 +425,7 @@ Thrift 服务器接收请求消息的大小(字节数)上限。如果客户
* 类型:int32
* 描述:在列式 compaction 中,输出的 segment 文件最大值,单位是 m 字节。
-* 默认值:268435456
+* 默认值:1073741824
#### `enable_ordered_data_compaction`
@@ -593,12 +593,6 @@ BaseCompaction:546859:
#### `segcompaction_candidate_max_rows`
-* 类型:int32
-* 描述:当 segment 的行数超过此大小时则会在 segment compaction 时被 compact,否则跳过
-* 默认值:1048576
-
-#### `segcompaction_candidate_max_rows`
-
* 类型:int32
* 描述:segment compaction 任务中允许的单个原始 segment 行数,过大的 segment 将被跳过。
* 默认值:1048576
diff --git
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-3.x/admin-manual/config/be-config.md
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-3.x/admin-manual/config/be-config.md
index 4f537c7598a..41bc04f0e2b 100644
---
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-3.x/admin-manual/config/be-config.md
+++
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-3.x/admin-manual/config/be-config.md
@@ -437,7 +437,7 @@ Thrift 服务器接收请求消息的大小(字节数)上限。如果客户
* 类型:int32
* 描述:在列式 compaction 中,输出的 segment 文件最大值,单位是 m 字节。
-* 默认值:268435456
+* 默认值:1073741824
#### `enable_ordered_data_compaction`
@@ -612,12 +612,6 @@ BaseCompaction:546859:
#### `segcompaction_candidate_max_rows`
-* 类型:int32
-* 描述:当 segment 的行数超过此大小时则会在 segment compaction 时被 compact,否则跳过
-* 默认值:1048576
-
-#### `segcompaction_candidate_max_rows`
-
* 类型:int32
* 描述:segment compaction 任务中允许的单个原始 segment 行数,过大的 segment 将被跳过。
* 默认值:1048576
diff --git
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-4.x/admin-manual/config/be-config.md
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-4.x/admin-manual/config/be-config.md
index 1b1792b216e..1ceca55ec4d 100644
---
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-4.x/admin-manual/config/be-config.md
+++
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-4.x/admin-manual/config/be-config.md
@@ -425,7 +425,7 @@ Thrift 服务器接收请求消息的大小(字节数)上限。如果客户
* 类型:int32
* 描述:在列式 compaction 中,输出的 segment 文件最大值,单位是 m 字节。
-* 默认值:268435456
+* 默认值:1073741824
#### `enable_ordered_data_compaction`
@@ -593,12 +593,6 @@ BaseCompaction:546859:
#### `segcompaction_candidate_max_rows`
-* 类型:int32
-* 描述:当 segment 的行数超过此大小时则会在 segment compaction 时被 compact,否则跳过
-* 默认值:1048576
-
-#### `segcompaction_candidate_max_rows`
-
* 类型:int32
* 描述:segment compaction 任务中允许的单个原始 segment 行数,过大的 segment 将被跳过。
* 默认值:1048576
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]