Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
ghx-label-2
Description
Currently Impala creates a plan first and looks for runtime filters bases on the complete plan.
IMPALA-3573 is about considering runtime filters during join ordering which would be a major change. Meanwhile it could be also useful to consider selective looking runtime filters in resource estimates without changing the plan topology.
Attachments
Issue Links
- causes
-
IMPALA-12702 Est. #Rows in ExecSummary does not reflect reduction from runtime filter.
- Resolved
- is related to
-
IMPALA-13077 Equality predicate on partition column and uncorrelated subquery doesn't reduce the cardinality estimate
- Resolved
- is required by
-
IMPALA-12703 ExchangeNode should use getFilteredCardinality for costing.
- Resolved
- relates to
-
IMPALA-3573 Planner doesn't take into account runtime filter selectivity
- Open