-
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
sql plan changed and performance regression #50614
Comments
/type regression |
Regression Analysis |
/label affect-6.2, affect-6.5, affect-7.1, affect-7.5 |
/label affects-6.5 |
/label affects-7.1 |
/label affects-7.5 |
/label affects-6.2 |
@JasonWu0506: The label(s) In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the ti-community-infra/tichi repository. |
/type performance |
Bug Report
It seems to be a regression introduced by commit.
1. Minimal reproduce step (Required)
git checkout 86cd94a
make & run
mysql -u root -h 127.0.0.1 -P 4000 test < testcase.sql
sql file is not allowed to upload. Please change the file extension.
testcase_sql.log
2. What did you expect to see? (Required)
Update_456 N/A 0 root time:4.85ms
testcase_result_bad.log
3. What did you see instead (Required)
Update_456 N/A 0 root time:27.2ms
testcase_result_good.log
4. What is your TiDB version? (Required)
The slowness happened on master as well. It started with #35669 (86cd94a).
The text was updated successfully, but these errors were encountered: