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 @@ -820,6 +820,11 @@ Configuration items related to opentracing.reporter.
+ Whether to use the new version of the Region replica selector when sending RPC requests to TiKV.
+ Default value: `true`

### `resolve-lock-lite-threshold` <span class="version-mark">New in v5.3.0</span>

- Controls how TiDB resolves locks based on the number of keys involved in one prewrite request for one Region. If the number of keys is smaller than this threshold, TiDB resolves only the lock on the affected key to avoid scanning the whole Region. Otherwise, TiDB scans the Region to resolve related locks.
- Default value: `512` for v9.0.0 and later versions. In versions earlier than v9.0.0, the default value is `16`.
Comment thread
lcwangchao marked this conversation as resolved.
Outdated

## tikv-client.copr-cache <span class="version-mark">New in v4.0.0</span>

This section introduces configuration items related to the [Coprocessor Cache](/coprocessor-cache.md) feature.
Expand Down
Loading