Skip to content

Commit

Permalink
Update system-variables.md
Browse files Browse the repository at this point in the history
  • Loading branch information
yibin87 authored Aug 12, 2024
1 parent 81b36ff commit e07f8df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion system-variables.md
Original file line number Diff line number Diff line change
Expand Up @@ -3857,7 +3857,7 @@ explain select * from t where age=5;
- 算子顶层表达式部分为 JSON 查询类函数或 JSON 值属性类函数,部分为直接的列读取,例如 `SELECT JSON_DEPTH(data), name FROM users;`
- 算子顶层表达式全部为直接的列读取,且输出的列数量小于输入的列数量,例如 `SELECT name FROM users;`
- `Projection` 算子最终下推与否,还取决于优化器对查询代价的综合评估。
- 对于从 v8.3.0 以前的版本升级到 v8.3.0 或更新版本的 TiDB 集群,该变量将保持升级前的配置
- 对于从 v8.3.0 以前的版本升级到 v8.3.0 或更新版本的 TiDB 集群,该变量将为 `OFF`

### `tidb_opt_range_max_size` <span class="version-mark">从 v6.4.0 版本开始引入</span>

Expand Down

0 comments on commit e07f8df

Please sign in to comment.