Skip to content

Commit

Permalink
This is an automated cherry-pick of pingcap#6298
Browse files Browse the repository at this point in the history
Signed-off-by: ti-chi-bot <ti-community-prow-bot@tidb.io>
  • Loading branch information
Liuxiaozhen12 authored and ti-chi-bot committed Aug 27, 2021
1 parent 83d1d02 commit 82b3e24
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions system-variables.md
Original file line number Diff line number Diff line change
Expand Up @@ -285,9 +285,18 @@ 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
<<<<<<< HEAD
- Default value: 0
- This variable is used to control whether to enable the cascades planner, which is currently considered experimental.
=======
- Default value: `OFF`
- This variable is used to control whether to enable the cascades planner.
>>>>>>> 810499e09 (system variables.md: add a warning message (#6298))

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

Expand All @@ -297,6 +306,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: 0, indicating not enabling the statistics fast `Analyze` feature.
- This variable is used to set whether to enable the statistics `Fast Analyze` feature.
Expand Down

0 comments on commit 82b3e24

Please sign in to comment.