Skip to content

Commit

Permalink
cherry pick #5266 to release-5.0
Browse files Browse the repository at this point in the history
Signed-off-by: ti-srebot <ti-srebot@pingcap.com>
  • Loading branch information
Joyinqin authored and ti-srebot committed Apr 9, 2021
1 parent 63a1652 commit bafe820
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions tidb-configuration-file.md
Original file line number Diff line number Diff line change
Expand Up @@ -504,19 +504,14 @@ The Plan Cache configuration of the `PREPARE` statement.

This section introduces configuration items related to the Coprocessor Cache feature.

### `enable`

- Determines whether to enable [Coprocessor Cache](/coprocessor-cache.md).
- Default value: `false` (which means that Coprocessor Cache is disabled by default)

### `capacity-mb`

- The total size of the cached data. When the cache space is full, old cache entries are evicted. When the value is `0.0`, the Coprocessor Cache feature is disabled.
- Default value: `1000.0`
- Unit: MB
- Type: Float

### txn-local-latches
## txn-local-latches

Configuration related to the transaction latch. It is recommended to enable it when many local transaction conflicts occur.

Expand Down

0 comments on commit bafe820

Please sign in to comment.