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 #12944

Merged
merged 3 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
Next Next commit
planner: add variable tidb_enable_inl_join_inner_multi_pattern
Signed-off-by: Aolin <aolin.zhang@pingcap.com>
  • Loading branch information
Oreoxmt committed Mar 17, 2023
commit e701fe2bde9a4ca423c2b889dcf22c08ae85d052
8 changes: 8 additions & 0 deletions system-variables.md
Original file line number Diff line number Diff line change
Expand Up @@ -1685,6 +1685,14 @@ MPP is a distributed computing framework provided by the TiFlash engine, which a
- If the TiDB version before the upgrade is earlier than v6.1.0, the default value of this variable after the upgrade is `ON`.
- If the TiDB version before the upgrade is v6.1.0 or later, the default value of the variable after the upgrade follows the value before the upgrade.

### `tidb_enable_inl_join_inner_multi_pattern` <span class="version-mark">New in v7.0.0</span>

- Scope: SESSION | GLOBAL
- Persists to cluster: Yes
- Type: Boolean
- Default value: `OFF`
- This variable controls whether the inner table of Index Join supports `Selection` or `Projection` operators.

### tidb_enable_ordered_result_mode

- Scope: SESSION | GLOBAL
Expand Down