-
Notifications
You must be signed in to change notification settings - Fork 5.9k
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
select with limit cost exceed 40s but explain analyze only 100ms #20029
Comments
Integrity check: Please comment /info to get template |
/info |
Please edit this comment to complete the following informationNot a bug
Duplicate bug
BugNote: Make Sure that 'component', and 'severity' labels are added 1. Root Cause Analysis (RCA)
2. Symptomsee in bug body 3. All Trigger Conditionssee in the Minimal reproduce step (Required) 4. Workaround (optional)use tikv instead tiflash. 5. Affected versions[v4.0.5:4.0.5] 6. Fixed versionsv4.0.7 |
TiKV also became slow if user disables Superbatch( it was introduced by 4.0.5 #18580 |
add component/tikv label based on labels in PR |
Bug Report
Please answer these questions before submitting your issue. Thanks!
1. Minimal reproduce step (Required)
load tpch_10 and create TiFlash replica for each table.
execute
select * from lineitem limit 100
2. What did you expect to see? (Required)
SQL finished in a very short time.
3. What did you see instead (Required)
4. What is your TiDB version? (Required)
v4.0.5
5. W/A (Workaround)
use tikv instead tiflash.
6. Affected versions
v4.0.5
7. Fixed versions
v4.0.7
The text was updated successfully, but these errors were encountered: