Skip to content

Commit

Permalink
apply comments
Browse files Browse the repository at this point in the history
  • Loading branch information
glorv committed Nov 3, 2022
1 parent 93ad15c commit dc02279
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dynamic-config.md
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ show warnings;
| raftstore.merge-check-tick-interval | 触发 Merge 完成检查的时间间隔 |
| raftstore.cleanup-import-sst-interval | 触发检查过期 SST 文件的时间间隔 |
| raftstore.local-read-batch-size | 一轮处理读请求的最大个数 |
| raftstore.apply-yield-write-size | 单个状态机在 Apply 线程持续写入的最大数据量 |
| raftstore.apply-yield-write-size | Apply 线程每一轮处理单个状态机写入的最大数据量 |
| raftstore.hibernate-timeout | 启动后进入静默状态前需要等待的最短时间,在该时间段内不会进入静默状态(未 release)|
| raftstore.apply-pool-size | 处理把数据落盘至磁盘的线程池中线程的数量,即 Apply 线程池大小 |
| raftstore.store-pool-size | 处理 Raft 的线程池中线程的数量,即 Raftstore 线程池的大小 |
Expand Down
2 changes: 1 addition & 1 deletion tikv-configuration-file.md
Original file line number Diff line number Diff line change
Expand Up @@ -814,7 +814,7 @@ raftstore 相关的配置项。

### `apply-yield-write-size` <span class="version-mark">从 v6.4.0 版本开始引入</span>

+ Apply 线程在单个状态机上能持续写入的最大数据量,这是个软限制。
+ Apply 线程每一轮处理单个状态机写入的最大数据量,这是个软限制。
+ 默认值:32KiB
+ 最小值:大于 0
+ 单位:KiB|MiB|GiB
Expand Down

0 comments on commit dc02279

Please sign in to comment.