Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions tidb-configuration-file.md
Original file line number Diff line number Diff line change
Expand Up @@ -825,6 +825,11 @@ opentracing.reporter 相关的设置。
+ 用于控制给 TiKV 发送 RPC 请求时,是否使用新版本的 Region 副本选择器。
+ 默认值:true

### `resolve-lock-lite-threshold` <span class="version-mark">从 v5.3.0 版本开始引入</span>

+ 根据单个 Region 内一次 prewrite 请求涉及的 key 数量,控制 TiDB 解决锁冲突的方式。如果 key 数量小于该阈值,TiDB 只处理受影响 key 上的锁,以避免扫描整个 Region;否则,TiDB 会扫描该 Region 以处理相关锁。
Comment thread
qiancai marked this conversation as resolved.
Outdated
+ 默认值:v9.0.0 及以上版本中为 `512`。在 v9.0.0 之前,默认值为 `16`。
Comment thread
qiancai marked this conversation as resolved.
Outdated

## tikv-client.copr-cache <span class="version-mark">从 v4.0.0 版本开始引入</span>

本部分介绍 [Coprocessor Cache](/coprocessor-cache.md) 相关的配置项。
Expand Down
Loading