Skip to content

Commit

Permalink
update default value of compaction_promotion_min_size_mbytes
Browse files Browse the repository at this point in the history
  • Loading branch information
gnehil authored and gnehil committed Dec 4, 2023
1 parent f8bdbf6 commit 41a35cd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/en/docs/admin-manual/config/be-config.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down
2 changes: 1 addition & 1 deletion docs/zh-CN/docs/admin-manual/config/be-config.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`

Expand Down

0 comments on commit 41a35cd

Please sign in to comment.