Skip to content

Commit

Permalink
system variables.md: add a warning message (#6298) (#6312)
Browse files Browse the repository at this point in the history
  • Loading branch information
ti-chi-bot authored Aug 27, 2021
1 parent 0358567 commit 97713d9
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion system-variables.md
Original file line number Diff line number Diff line change
Expand Up @@ -495,9 +495,13 @@ Constraint checking is always performed in place for pessimistic transactions (d

### tidb_enable_cascades_planner

> **Warning:**
>
> Currently, cascades planner is an experimental feature. It is not recommended that you use it in the production environment.

- Scope: SESSION | GLOBAL
- Default value: `OFF`
- This variable is used to control whether to enable the cascades planner, which is currently considered experimental.
- This variable is used to control whether to enable the cascades planner.

### tidb_enable_chunk_rpc <span class="version-mark">New in v4.0</span>

Expand Down Expand Up @@ -534,6 +538,10 @@ Constraint checking is always performed in place for pessimistic transactions (d

### tidb_enable_fast_analyze

> **Warning:**
>
> Currently, `Fast Analyze` is an experimental feature. It is not recommended that you use it in the production environment.

- Scope: SESSION | GLOBAL
- Default value: `OFF`
- This variable is used to set whether to enable the statistics `Fast Analyze` feature.
Expand Down

0 comments on commit 97713d9

Please sign in to comment.