Skip to content

Commit 4d30fcc

Browse files
committed
Merge branch 'test-or' of github.com:qiancai/docs into test-or
2 parents 94a96de + f24dd62 commit 4d30fcc

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

system-variables.md

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1865,16 +1865,6 @@ Assume that you have a cluster with 4 TiDB nodes and multiple TiKV nodes. In thi
18651865
- For queries on the [`SLOW_QUERY`](/information-schema/information-schema-slow-query.md) table, this variable controls the concurrency for parsing the slow log file.
18661866
18671867
### tidb_dml_batch_size
1868-
### `tidb_opt_selectivity_factor` <span class="version-mark">Introduced in v9.0.0</span>
1869-
1870-
- Scope: SESSION | GLOBAL
1871-
- Is persisted to the cluster: Yes
1872-
- Is controlled by Hint [SET_VAR](/optimizer-hints.md#set_varvar_namevar_value): Yes
1873-
- Type: Floating-point number
1874-
- Value range: `[0, 1]`
1875-
- Default value: `0.8`
1876-
- This variable is used to specify the default selectivity of the TiDB optimizer. In some cases, when the optimizer cannot derive the predicate selectivity based on statistics, the optimizer uses this default selectivity as an alternative value. **It is not recommended** to modify this value.
1877-
18781868
18791869
> **Warning:**
18801870
>

0 commit comments

Comments
 (0)