-
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
Planner avoid table scans for pseudo stats if index scan exists #55632
Labels
affects-8.5
This bug affects the 8.5.x(LTS) versions.
report/customer
Customers have encountered this bug.
type/enhancement
The issue or PR belongs to an enhancement.
Comments
13 tasks
Benjamin2037
pushed a commit
to Benjamin2037/tidb
that referenced
this issue
Sep 11, 2024
13 tasks
ti-chi-bot
pushed a commit
to ti-chi-bot/tidb
that referenced
this issue
Dec 20, 2024
13 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
affects-8.5
This bug affects the 8.5.x(LTS) versions.
report/customer
Customers have encountered this bug.
type/enhancement
The issue or PR belongs to an enhancement.
Enhancement
Pseudo stats are unreliable. Preference a matching index scan over table scan for pseudo stats.
The text was updated successfully, but these errors were encountered: