Details
-
Improvement
-
Status: Resolved
-
Critical
-
Resolution: Fixed
-
Impala 2.1, Impala 2.2
-
None
Description
We see table stats get messed up from time to time, not sure if it's due to upgrading or anything else.
The table has data but the cardinality becomes 0. This could cause Impala to choose wrong join order and affect query performance.
A warning to inform the user the table stats could be corrupted will be helpful.
Also if possible Impala should check if the cardinality is valid instead of simply choosing single node plan when cardinality == 0.
Attachments
Issue Links
- relates to
-
IMPALA-1979 Bad Planning: Scanning TBs of data with only ONE thread
- Resolved