-
Type: New Feature
-
Resolution: Unresolved
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
None
-
Query Optimization
We currently lack the capability to estimate intervals for non-histogrammable types by dividing TypeCounts counter by the number of distinct values (NDV). Currently, NDV is only available for histogrammable types, as referenced in the code here.
Extending NDV support to non-histogrammable types in TypeCounts would enable interval estimation by dividing TypeCounts counter by NDV.