Skip to content

Commit

Permalink
Fix compaction style in tikv configuration file (pingcap#7375) (pingc…
Browse files Browse the repository at this point in the history
  • Loading branch information
ti-chi-bot authored Mar 10, 2022
1 parent 9dae1f7 commit d1a77be
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 @@ -1052,8 +1052,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 d1a77be

Please sign in to comment.