Skip to content

Commit

Permalink
tikv: update the default value of compaction-guard-min-output-file-si… (
Browse files Browse the repository at this point in the history
  • Loading branch information
Oreoxmt authored Jun 27, 2023
1 parent df644e5 commit 47a098e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tikv-configuration-file.md
Original file line number Diff line number Diff line change
Expand Up @@ -572,7 +572,7 @@ Configuration items related to the I/O rate limiter.

### `retry-interval`

+ The interval for retrying to initialize the PD connection
+ The interval for retrying the PD connection.
+ Default value: `"300ms"`

### `retry-log-every`
Expand Down Expand Up @@ -1518,7 +1518,7 @@ Configuration items related to `rocksdb.defaultcf`, `rocksdb.writecf`, and `rock
### `compaction-guard-min-output-file-size`

+ The minimum SST file size when the compaction guard is enabled. This configuration prevents SST files from being too small when the compaction guard is enabled.
+ Default value: `"8MB"`
+ Default value: Starting from v7.2.0, the default value is changed from `"8MB"` to `"1MB"`
+ Unit: KB|MB|GB

### `compaction-guard-max-output-file-size`
Expand Down

0 comments on commit 47a098e

Please sign in to comment.