Skip to content

Commit 85305ad

Browse files
dataroaringyjt1993
andcommitted
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 <44218250+yjt1993@users.noreply.github.com> Signed-off-by: yjt1993 <44218250+yjt1993@users.noreply.github.com> Co-authored-by: yjt1993 <44218250+yjt1993@users.noreply.github.com>
1 parent fb0bd4f commit 85305ad

3 files changed

Lines changed: 3 additions & 21 deletions

File tree

i18n/zh-CN/docusaurus-plugin-content-docs/current/admin-manual/config/be-config.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -425,7 +425,7 @@ Thrift 服务器接收请求消息的大小(字节数)上限。如果客户
425425

426426
* 类型:int32
427427
* 描述:在列式 compaction 中,输出的 segment 文件最大值,单位是 m 字节。
428-
* 默认值:268435456
428+
* 默认值:1073741824
429429

430430
#### `enable_ordered_data_compaction`
431431

@@ -593,12 +593,6 @@ BaseCompaction:546859:
593593

594594
#### `segcompaction_candidate_max_rows`
595595

596-
* 类型:int32
597-
* 描述:当 segment 的行数超过此大小时则会在 segment compaction 时被 compact,否则跳过
598-
* 默认值:1048576
599-
600-
#### `segcompaction_candidate_max_rows`
601-
602596
* 类型:int32
603597
* 描述:segment compaction 任务中允许的单个原始 segment 行数,过大的 segment 将被跳过。
604598
* 默认值:1048576

i18n/zh-CN/docusaurus-plugin-content-docs/version-3.x/admin-manual/config/be-config.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -437,7 +437,7 @@ Thrift 服务器接收请求消息的大小(字节数)上限。如果客户
437437

438438
* 类型:int32
439439
* 描述:在列式 compaction 中,输出的 segment 文件最大值,单位是 m 字节。
440-
* 默认值:268435456
440+
* 默认值:1073741824
441441

442442
#### `enable_ordered_data_compaction`
443443

@@ -612,12 +612,6 @@ BaseCompaction:546859:
612612

613613
#### `segcompaction_candidate_max_rows`
614614

615-
* 类型:int32
616-
* 描述:当 segment 的行数超过此大小时则会在 segment compaction 时被 compact,否则跳过
617-
* 默认值:1048576
618-
619-
#### `segcompaction_candidate_max_rows`
620-
621615
* 类型:int32
622616
* 描述:segment compaction 任务中允许的单个原始 segment 行数,过大的 segment 将被跳过。
623617
* 默认值:1048576

i18n/zh-CN/docusaurus-plugin-content-docs/version-4.x/admin-manual/config/be-config.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -425,7 +425,7 @@ Thrift 服务器接收请求消息的大小(字节数)上限。如果客户
425425

426426
* 类型:int32
427427
* 描述:在列式 compaction 中,输出的 segment 文件最大值,单位是 m 字节。
428-
* 默认值:268435456
428+
* 默认值:1073741824
429429

430430
#### `enable_ordered_data_compaction`
431431

@@ -593,12 +593,6 @@ BaseCompaction:546859:
593593

594594
#### `segcompaction_candidate_max_rows`
595595

596-
* 类型:int32
597-
* 描述:当 segment 的行数超过此大小时则会在 segment compaction 时被 compact,否则跳过
598-
* 默认值:1048576
599-
600-
#### `segcompaction_candidate_max_rows`
601-
602596
* 类型:int32
603597
* 描述:segment compaction 任务中允许的单个原始 segment 行数,过大的 segment 将被跳过。
604598
* 默认值:1048576

0 commit comments

Comments
 (0)