-
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
Explain analyze delete from doesn't work as expected #37373
Comments
@keeplearning20221 Yes, just as the doc said these delete are executed. But the result is not correct |
It can be reproduced by running the script as follows:
|
After five
|
The problem still exists after disabling async-commit and copr-cache. |
As it's not common usage and the previous version could also be affected by it, the severity could be lowered then it's non-blocking. |
v6.2 also has the problem. |
The DML executors in explain statement would be handled separately using |
Bug Report
1. Minimal reproduce step (Required)
2. What did you expect to see? (Required)
the first select count() - the second select count() = 50000
3. What did you see instead (Required)
the first select count() - the second select count() < 50000
4. What is your TiDB version? (Required)
The text was updated successfully, but these errors were encountered: