-
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: incorrect est-row of IndexMerge upon MVIndex #40348
Labels
feature/developing
the related feature is in development
severity/moderate
sig/planner
SIG: Planner
type/bug
The issue is confirmed as a bug.
Comments
qw4990
added
type/bug
The issue is confirmed as a bug.
sig/planner
SIG: Planner
severity/moderate
labels
Jan 5, 2023
I'll fix it later. |
12 tasks
Another case:
The est-row of Selection_5 should be larger than the IndexMerge_13's. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
feature/developing
the related feature is in development
severity/moderate
sig/planner
SIG: Planner
type/bug
The issue is confirmed as a bug.
Bug Report
Please answer these questions before submitting your issue. Thanks!
1. Minimal reproduce step (Required)
2. What did you expect to see? (Required)
The est-row of Selection shouldn't be larger than its child IndexMerge's
10.00
.3. What did you see instead (Required)
8000 > 10
4. What is your TiDB version? (Required)
The text was updated successfully, but these errors were encountered: