Skip to content

Commit

Permalink
Update tikv-configuration-file.md
Browse files Browse the repository at this point in the history
added `raft-client-queue-size` and `cmd-batch`
  • Loading branch information
hfxsd committed Aug 17, 2021
1 parent fc8169b commit 7a4953e
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions tikv-configuration-file.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,11 @@ This document only describes the parameters that are not included in command-lin
+ Default value: `"1s"`
+ Minimum value: `0`

### `raft-client-queue-size`

+ Specifies the queue size of the Raft messages. If too many messages not sent in time result in a full buffer, or messages discarded, you can specify a greater value to increase stability of the system.
+ Default value: 8192

## readpool.unified

Configuration items related to the single thread pool serving read requests. This thread pool supersedes the original storage thread pool and coprocessor thread pool since the 4.0 version.
Expand Down Expand Up @@ -637,6 +642,11 @@ Configuration items related to Raftstore
+ Default value: `1`
+ Minimum value: greater than `0`

### `cmd-batch`

+ Controls whether to enable batch processing of the requests. It can significantly improve the write performance.
+ Default value: true

## Coprocessor

Configuration items related to Coprocessor
Expand Down

0 comments on commit 7a4953e

Please sign in to comment.