Skip to content

Commit

Permalink
tikv config: align with Chinese (#12648) (#12759)
Browse files Browse the repository at this point in the history
  • Loading branch information
ti-chi-bot committed Mar 6, 2023
1 parent e66cb3f commit 6a91e79
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions tikv-configuration-file.md
Expand Up @@ -681,6 +681,11 @@ Configuration items related to Raftstore
+ Determines whether to allow deleting the main switch
+ Default value: `false`

### `right-derive-when-split`

+ Specifies the start key of the new Region when a Region is split. When this configuration item is set to `true`, the start key is the maximum split key. When this configuration item is set to `false`, the start key is the original Region's start key.
+ Default value: `true`

### `merge-max-log-gap`

+ The maximum number of missing logs allowed when `merge` is performed
Expand Down Expand Up @@ -752,7 +757,7 @@ Configuration items related to Raftstore
+ Default value: `"500ms"`
+ Minimum value: `"1ms"`

## Coprocessor
## coprocessor

Configuration items related to Coprocessor

Expand Down Expand Up @@ -789,7 +794,7 @@ Configuration items related to Coprocessor
+ The number of keys in the newly split Region. This value is an estimate.
+ Default value: `960000`

## RocksDB
## rocksdb

Configuration items related to RocksDB

Expand Down Expand Up @@ -1338,7 +1343,7 @@ Configuration items related to [encryption at rest](/encryption-at-rest.md) (TDE

+ Specifies the old master key when rotating the new master key. The configuration format is the same as that of `master-key`. To learn how to configure a master key, see [Encryption at Rest - Configure encryption](/encryption-at-rest.md#configure-encryption).

## `import`
## import

Configuration items related to TiDB Lightning import and BR restore.

Expand Down

0 comments on commit 6a91e79

Please sign in to comment.