This is an automated email from the ASF dual-hosted git repository. zykkk 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 7f39d58e92 [typo](docs) fix some description error about segcompaction_small_threshold (#20421) 7f39d58e92 is described below commit 7f39d58e9291af97eb15bf66d634fa368cb71789 Author: yagagagaga <zhangminkefromflyd...@gmail.com> AuthorDate: Thu Jun 8 14:31:04 2023 +0800 [typo](docs) fix some description error about segcompaction_small_threshold (#20421) --- docs/zh-CN/docs/admin-manual/config/be-config.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 2f6f1622c0..739f5e2a91 100644 --- a/docs/zh-CN/docs/admin-manual/config/be-config.md +++ b/docs/zh-CN/docs/admin-manual/config/be-config.md @@ -636,7 +636,7 @@ Metrics: {"filtered_rows":0,"input_row_num":3346807,"input_rowsets_count":42,"in #### `segcompaction_small_threshold` * 类型:int32 -* 描述:当 segment 文件超过此大小时则会在 segment compaction 时被 compact,否则跳过 +* 描述:当 segment 的行数超过此大小时则会在 segment compaction 时被 compact,否则跳过 * 默认值:1048576 #### `disable_compaction_trace_log` --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org