Skip to content

Commit

Permalink
tikv: add some missing dynamic config items (#13236) (#13254)
Browse files Browse the repository at this point in the history
  • Loading branch information
ti-chi-bot authored Mar 3, 2023
1 parent b0820ce commit 986d0fe
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions dynamic-config.md
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,9 @@ show warnings;
| {db-name}.{cf-name}.soft-pending-compaction-bytes-limit | pending compaction bytes 的软限制 |
| {db-name}.{cf-name}.hard-pending-compaction-bytes-limit | pending compaction bytes 的硬限制 |
| {db-name}.{cf-name}.titan.blob-run-mode | 处理 blob 文件的模式 |
| server.snap-max-write-bytes-per-sec | 处理 snapshot 时最大允许使用的磁盘带宽 |
| server.concurrent-send-snap-limit | 同时发送 snapshot 的最大个数 |
| server.concurrent-recv-snap-limit | 同时接受 snapshot 的最大个数 |
| storage.block-cache.capacity | 共享 block cache 的大小(自 v4.0.3 起支持) |
| backup.num-threads | backup 线程的数量(自 v4.0.3 起支持) |
| split.qps-threshold | 对 Region 执行 load-base-split 的阈值。如果连续一段时间内,某个 Region 的读请求的 QPS 超过 qps-threshold,则切分该 Region |
Expand Down

0 comments on commit 986d0fe

Please sign in to comment.