Details
-
Improvement
-
Status: Open
-
Minor
-
Resolution: Unresolved
-
Impala 3.4.0
-
None
-
None
-
ghx-label-7
Description
As part of computing stats for a boolean column we record the value counts.
numTrues, numFalses, numNulls.
However when calculating cardinality for boolean column predicates the selectivity of 1/3 is always used instead of factoring the value distribution recorded in the stats.
Attachments
Issue Links
- is related to
-
IMPALA-7601 Improve cardinality and selectivity estimates
- Open