From f5b7431eba44a6ffe5abdacd9fa4d4e1f6e72f33 Mon Sep 17 00:00:00 2001 From: Xiaozhen Liu Date: Thu, 26 Aug 2021 18:33:10 +0800 Subject: [PATCH] system variables.md: add warning message --- system-variables.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/system-variables.md b/system-variables.md index 4a7df731d502d..4f127ca3b829d 100644 --- a/system-variables.md +++ b/system-variables.md @@ -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 New in v4.0 @@ -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.