-
Notifications
You must be signed in to change notification settings - Fork 1.2k
perf-tuning: add blacklist-control-plan.md (#3253) #3761
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
perf-tuning: add blacklist-control-plan.md (#3253) #3761
Conversation
Signed-off-by: ti-srebot <ti-srebot@pingcap.com>
|
@lzmhhh123 please accept the invitation then you can push to the cherry-pick pull requests. |
|
|
||
| 当函数的计算过程由于下推而出现异常时,可通过黑名单功能禁止其下推来快速恢复业务。具体而言,你可以将上述支持的函数或运算符名加入黑名单 `mysql.expr_pushdown_blacklist` 中,以禁止特定表达式下推。 | ||
|
|
||
| <<<<<<< HEAD |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please resolve conflicts. @lzmhhh123
yikeke
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
|
/merge |
|
/run-all-tests |
cherry-pick #3253 to release-3.1
What is changed, added or deleted? (Required)
Add blacklist-control-plan.md
Which TiDB version(s) do your changes apply to? (Required)
What is the related PR or file link(s)?