-
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
Wrong execution plan #25490
Comments
@dragonly Is there still the environment to reproduce this problem? Also, did you observe performance difference as well? |
/assign |
/close |
@chrysan: Closing this issue. 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 kubernetes/test-infra repository. |
Please check whether the issue should be labeled with 'affects-x.y' or 'fixes-x.y.z', and then remove 'needs-more-info' label. |
Bug Report
Please answer these questions before submitting your issue. Thanks!
1. Minimal reproduce step (Required)
when instance_id = 1, the execution plan is correct
Then run the query again with instance_id=0
2. What did you expect to see? (Required)
The two execution is the same
3. What did you see instead (Required)
incomplete execution plan for the second query
4. What is your TiDB version? (Required)
Table schema
Example data records
The text was updated successfully, but these errors were encountered: