Skip to content

Commit

Permalink
system variables.md: add a warning message (#6298) (#6313)
Browse files Browse the repository at this point in the history
  • Loading branch information
ti-chi-bot authored Aug 27, 2021
1 parent e49a172 commit ab8bc3c
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 @@ -513,9 +513,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 @@ -552,6 +556,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 ab8bc3c

Please sign in to comment.