Skip to content

Commit

Permalink
resolve conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
Oreoxmt authored Dec 20, 2023
1 parent 4332b5b commit dd444fb
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions system-variables.md
Original file line number Diff line number Diff line change
Expand Up @@ -2047,17 +2047,6 @@ For a system upgraded to v5.0 from an earlier version, if you have not modified
- Range: `[100, 16384]`
- This variable is used to set the maximum number of schema versions (the table IDs modified for corresponding versions) allowed to be cached. The value range is 100 ~ 16384.
### tidb_max_tiflash_threads <span class="version-mark">New in v6.1.0</span>
- Scope: SESSION | GLOBAL
- Persists to cluster: Yes
- Applies to hint [SET_VAR](/optimizer-hints.md#set_varvar_namevar_value): No
- Type: Integer
- Default value: `-1`
- Range: `[-1, 256]`
- Unit: Threads
- This variable is used to set the maximum concurrency for TiFlash to execute a request. The default value is `-1`, indicating that this system variable is invalid and the maximum concurrency depends on the setting of the TiFlash configuration `profiles.default.max_threads`. When the value is `0`, the maximum number of threads is automatically configured by TiFlash.
### tidb_mem_oom_action <span class="version-mark">New in v6.1.0</span>
- Scope: GLOBAL
Expand Down Expand Up @@ -2881,7 +2870,7 @@ Query OK, 0 rows affected, 1 warning (0.00 sec)
- Persists to cluster: Yes
- Default value: `-1`
- Range: `[-1, 256]`
- This variable is used to set the maximum concurrency for TiFlash to execute a request. The default value is `-1`, indicating that this system variable is invalid. When the value is `0`, the maximum number of threads is automatically configured by TiFlash.
- This variable is used to set the maximum concurrency for TiFlash to execute a request. The default value is `-1`, indicating that this system variable is invalid and the maximum concurrency depends on the setting of the TiFlash configuration `profiles.default.max_threads`. When the value is `0`, the maximum number of threads is automatically configured by TiFlash.
### tidb_mpp_store_fail_ttl
Expand Down

0 comments on commit dd444fb

Please sign in to comment.