Skip to content

Commit

Permalink
Fix compaction style in tikv configuration file (#7375) (#7819)
Browse files Browse the repository at this point in the history
  • Loading branch information
ti-chi-bot authored Mar 10, 2022
1 parent 576d6d1 commit ecfe8c0
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 @@ -1067,8 +1067,8 @@ Configuration items related to `rocksdb.defaultcf`, `rocksdb.writecf`, and `rock
### `compaction-style`

+ Compaction method
+ Optional values: `"level"`, `"universal"`
+ Default value: `"level"`
+ Optional values (only numbers can be accepted): `0` (`Level`), `1` (`Universal`), `2` (`Fifo`)
+ Default value: `0`

### `disable-auto-compactions`

Expand Down

0 comments on commit ecfe8c0

Please sign in to comment.