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

SQL variables: add a new variable tidb_enable_parallel_apply #5092

Merged
merged 7 commits into from
Mar 25, 2021
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
Prev Previous commit
Next Next commit
Apply suggestions from code review
Co-authored-by: TomShawn <41534398+TomShawn@users.noreply.github.com>
  • Loading branch information
Joyinqin and TomShawn authored Mar 25, 2021
commit 05c1e3645815292bd176f3e1e0568a8eff3d5b61
6 changes: 0 additions & 6 deletions system-variables.md
Original file line number Diff line number Diff line change
Expand Up @@ -1156,9 +1156,3 @@ This variable is an alias for _transaction_isolation_.
- Scope: SESSION | GLOBAL
- Default value: ON
- This variable controls whether to use the high precision mode when computing the window functions.

### tidb_enable_parallel_apply <span class="version-mark">New in v5.0 GA</span>

- Scope: SESSION | GLOBAL
- Default value: 0
- This variable controls whether to enable the Apply operator concurrency, and the number of concurrency is controlled by the `tidb_executor_concurrency` variable. The Apply operator is used to process correlated subqueries and has no concurrency by default, so the execution speed is slow. Enable the Apply concurrency switch can increase concurrency and speed up execution. Currently, this variable defaults to be disabled.