Skip to content

Commit

Permalink
tikv config: align with Chinese (#12648) (#12758)
Browse files Browse the repository at this point in the history
  • Loading branch information
ti-chi-bot committed Mar 6, 2023
1 parent 7337954 commit c80c29e
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions tikv-configuration-file.md
Expand Up @@ -632,6 +632,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 @@ -691,7 +696,7 @@ Configuration items related to Raftstore
+ Default value: `1`
+ Minimum value: greater than `0`

## Coprocessor
## coprocessor

Configuration items related to Coprocessor

Expand Down Expand Up @@ -728,7 +733,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 @@ -1273,7 +1278,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 c80c29e

Please sign in to comment.