Skip to content

Commit

Permalink
Fix wrong default values for titan (#3356) (#3375)
Browse files Browse the repository at this point in the history
Signed-off-by: ti-srebot <ti-srebot@pingcap.com>
  • Loading branch information
ti-srebot authored Jul 22, 2020
1 parent 148d371 commit 320278b
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 @@ -1061,12 +1061,12 @@ Configuration items related to `rocksdb.defaultcf.titan`
### `level-merge`

+ Determines whether to optimize the read performance. When `level-merge` is enabled, there is more write amplification.
+ Default value: `true`
+ Default value: `false`

### `gc-merge-rewrite`

+ Determines whether to use the merge operator to write back blob indexes for Titan GC. When `gc-merge-rewrite` is enabled, it reduces the effect of Titan GC on the writes in the foreground.
+ Default value: `true`
+ Default value: `false`

## rocksdb.writecf

Expand Down

0 comments on commit 320278b

Please sign in to comment.