Details
Description
Would also be great to implement MATERIALIZE hint as in Oracle too.
https://oracle-base.com/articles/misc/with-clause#materialize-hint
Basically in Oracle we could run WITH subqueries that will be persisted for the duration of the query, so if that subquery is used multiple times in outer query, a heavy join or any other operation has to run only once.
Attachments
Issue Links
- is blocked by
-
IMPALA-7112 Change from tree-execution to a dag-execution model
- Open
- relates to
-
IMPALA-8083 Materialize sub parts of query that is used in multiple times in a query
- Open