Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add warning messages (#7016) #7048

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions system-variables.md
Original file line number Diff line number Diff line change
Expand Up @@ -311,6 +311,10 @@ SET GLOBAL tidb_distsql_scan_concurrency = 10;

### `tidb_enable_cascades_planner`

> **警告:**
>
> 目前 cascades planner 为实验特性,不建议在生产环境中使用。

- 作用域:SESSION | GLOBAL
- 默认值:0
- 这个变量用于控制是否开启 cascades planner。
Expand All @@ -323,6 +327,10 @@ SET GLOBAL tidb_distsql_scan_concurrency = 10;

### `tidb_enable_fast_analyze`

> **警告:**
>
> 目前快速分析功能为实验特性,不建议在生产环境中使用。

- 作用域:SESSION | GLOBAL
- 默认值:0
- 这个变量用来控制是否启用统计信息快速分析功能。默认值 0 表示不开启。
Expand Down