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

planner: add variable tidb_enable_inl_join_inner_multi_pattern #13451

Merged
merged 4 commits into from
Mar 20, 2023
Merged
Changes from 1 commit
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
7 changes: 7 additions & 0 deletions system-variables.md
Original file line number Diff line number Diff line change
Expand Up @@ -1485,6 +1485,13 @@ MPP 是 TiFlash 引擎提供的分布式计算框架,允许节点之间的数
- 如果升级前 TiDB 的版本低于 v6.1.0,升级后该变量的默认值为 `ON`。
- 如果升级前 TiDB 的版本等于或大于 v6.1.0,升级后该变量的默认值跟随升级前的设定值。

### `tidb_enable_inl_join_inner_multi_pattern` <span class="version-mark">从 v7.0.0 版本开始引入</span>
qw4990 marked this conversation as resolved.
Show resolved Hide resolved
- 作用域:SESSION | GLOBAL
- 是否持久化到集群:是
- 类型:布尔型
- 默认值:`OFF`
- 若值为 `ON`,则 IndexJoin 的内表可以支持带 Selection/Projection 的情况,否则不支持。
chrysan marked this conversation as resolved.
Show resolved Hide resolved

### `tidb_enable_ordered_result_mode`

- 作用域:SESSION | GLOBAL
Expand Down