Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
2.1.0
Description
Currently, hive regards CTE clauses as a simple alias to the query block, which makes redundant works if it's used multiple times in a query. This introduces a reference threshold for pre-materializing the CTE clause as a volatile table (which is not exists in any form of metastore and just accessible from QB).
Attachments
Attachments
Issue Links
- is duplicated by
-
HIVE-11049 With Clause should cache data & reuse
- Resolved
- relates to
-
HIVE-24081 Enable pre-materializing CTEs referenced in scalar subqueries
- Closed
- links to