Skip to content

Commit

Permalink
system variables.md: add warning message
Browse files Browse the repository at this point in the history
  • Loading branch information
Xiaozhen Liu authored and ti-chi-bot committed Aug 27, 2021
1 parent 19a25ca commit f5b7431
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 @@ -468,9 +468,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 All @@ -496,6 +500,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 f5b7431

Please sign in to comment.