Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
3.0.0
Description
Follow-up of the work in HIVE-16602.
HIVE-16602 introduced an optimization that identifies scans on input tables that can be merged so the data is read only once.
This extension to that rule allows to reuse the computation that is done in the work containing those scans. In particular, we traverse both parts of the plan upstream and reuse the operators if possible.
Currently, the optimizer will not go beyond the output edge(s) of that work. Follow-up extensions might remove this limitation.
Attachments
Attachments
Issue Links
- is related to
-
HIVE-18361 Extend shared work optimizer to reuse computation beyond work boundaries
- Closed
-
HIVE-16945 Add method to compare Operators
- Closed
-
HIVE-17542 Make HoS CombineEquivalentWorkResolver Configurable
- Closed
- relates to
-
HIVE-16602 Implement shared scans with Tez
- Closed
- links to