Skip to content

Commit

Permalink
planner: add variable tidb_enable_inl_join_inner_multi_pattern (#13451)…
Browse files Browse the repository at this point in the history
… (#13716)
  • Loading branch information
ti-chi-bot authored Apr 21, 2023
1 parent 679a705 commit 9063211
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions system-variables.md
Original file line number Diff line number Diff line change
Expand Up @@ -1469,6 +1469,14 @@ MPP 是 TiFlash 引擎提供的分布式计算框架,允许节点之间的数
- 如果升级前 TiDB 的版本低于 v6.1.0,升级后该变量的默认值为 `ON`
- 如果升级前 TiDB 的版本等于或大于 v6.1.0,升级后该变量的默认值跟随升级前的设定值。
### `tidb_enable_inl_join_inner_multi_pattern` <span class="version-mark">从 v6.5.2 版本开始引入</span>
- 作用域:SESSION | GLOBAL
- 是否持久化到集群:是
- 类型:布尔型
- 默认值:`OFF`
- 该变量用于控制当内表上有 `Selection`/`Projection` 算子时是否支持 Index Join`OFF` 表示不支持。
### `tidb_enable_ordered_result_mode`
- 作用域:SESSION | GLOBAL
Expand Down

0 comments on commit 9063211

Please sign in to comment.