planner: the optimizer cannot choose the best IndexMerge plan #48359
Labels
affects-7.5
This bug affects the 7.5.x(LTS) versions.
severity/major
sig/planner
SIG: Planner
type/enhancement
The issue or PR belongs to an enhancement.
Bug Report
Please answer these questions before submitting your issue. Thanks!
1. Minimal reproduce step (Required)
2. What did you expect to see? (Required)
It should choose the IndexMerge using
ac + bc
.3. What did you see instead (Required)
It choose the IndexMerge using
a + b
4. What is your TiDB version? (Required)
The text was updated successfully, but these errors were encountered: