-
Notifications
You must be signed in to change notification settings - Fork 6k
Closed
Labels
affects-5.4This bug affects the 5.4.x(LTS) versions.This bug affects the 5.4.x(LTS) versions.affects-6.0component/statisticssig/plannerSIG: PlannerSIG: Plannertype/enhancementThe issue or PR belongs to an enhancement.The issue or PR belongs to an enhancement.
Description
Enhancement
Ref: #32758
In #24906, we introduced an algorithm to prune TopN when building stats to avoid some bad cases. Later in our internal tests, we found that this algorithm may be too aggressive. Sometimes, we expect some samples to be put in TopN but they are pruned here, especially when NDV is low. We need to tune this logic a bit to make it more conservative.
Metadata
Metadata
Assignees
Labels
affects-5.4This bug affects the 5.4.x(LTS) versions.This bug affects the 5.4.x(LTS) versions.affects-6.0component/statisticssig/plannerSIG: PlannerSIG: Plannertype/enhancementThe issue or PR belongs to an enhancement.The issue or PR belongs to an enhancement.