Skip to content

Commit

Permalink
TiKV Config: Fix the value for compression-per-level (#8296) (#8303)
Browse files Browse the repository at this point in the history
  • Loading branch information
ti-chi-bot authored Apr 20, 2022
1 parent 69237a1 commit da7fd54
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 @@ -959,8 +959,8 @@ Configuration items related to `rocksdb.defaultcf`, `rocksdb.writecf`, and `rock
### `compression-per-level`

+ The default compression algorithm for each level
+ Optional values: ["no", "no", "lz4", "lz4", "lz4", "zstd", "zstd"]
+ Default value for `defaultcf` and `writecf`: ["no", "no", "lz4", "lz4", "lz4", "zstd", "zstd"]
+ Default value for `defaultcf`: ["no", "no", "lz4", "lz4", "lz4", "zstd", "zstd"]
+ Default value for `writecf`: ["no", "no", "lz4", "lz4", "lz4", "zstd", "zstd"]
+ Default value for `lockcf`: ["no", "no", "no", "no", "no", "no", "no"]

### `bottommost-level-compression`
Expand Down

0 comments on commit da7fd54

Please sign in to comment.