Inaccurate estimated rows in mixed CNF and DNF conditions #58371
Labels
affects-6.5
This bug affects the 6.5.x(LTS) versions.
affects-7.1
This bug affects the 7.1.x(LTS) versions.
affects-7.5
This bug affects the 7.5.x(LTS) versions.
affects-8.1
This bug affects the 8.1.x(LTS) versions.
affects-8.5
This bug affects the 8.5.x(LTS) versions.
report/customer
Customers have encountered this bug.
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)
3. What did you see instead (Required)
The total selectivity is the product of the selectivities of the two CNF items, then the estRows equals
65 * (49/65) * (17/65) = 12.82
, but the rangesid > 1, id < 3
for the column id can probably be merged.4. What is your TiDB version? (Required)
v6.5.11
The text was updated successfully, but these errors were encountered: