-
Notifications
You must be signed in to change notification settings - Fork 5.8k
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
Revert "topsql: enable topsql feature by default (#33195)" #33493
Revert "topsql: enable topsql feature by default (#33195)" #33493
Conversation
This reverts commit 44cf398.
[REVIEW NOTIFICATION] This pull request has been approved by:
To complete the pull request process, please ask the reviewers in the list to review by filling The full list of commands accepted by this bot can be found here. Reviewer can indicate their review by submitting an approval review. |
/run-all-tests |
Code Coverage Details: https://codecov.io/github/pingcap/tidb/commit/81027f2ac6522592592712c2bb459776dbb48ed2 |
I remember someone is try to do more optimizations to fix this issue. Is it works? |
The current optimization effect is not significant for the time being. |
LGTM |
@ngaut The current performance regression for Sysbench PointSelect is still notable (>5%) so that we have decided to not enable it by default for now. Luckily,
For reasons above, we will use v6.0.0 with default disabled as the first iteration. It will guide us whether we should do further optimizations in future, or just enable it by default later. |
Please also roll in @bb7133 to review whether this PR rollback is a safe change. |
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.
/merge
/run-all-tests |
/merge |
This pull request has been accepted and is ready to merge. Commit hash: a41a11e
|
/test |
/run-unit-test |
/merge |
/run-unit-test |
/merge |
Signed-off-by: ti-srebot <[email protected]>
cherry pick to release-6.0 in PR #33522 |
This reverts commit 44cf398.
What problem does this PR solve?
Issue Number: close #33492
Problem Summary: Disable TopSQL by default since the performance regression is too large
What is changed and how it works?
Check List
Tests
Release note