Open jaystarshot opened 4 months ago
For batch queries, if the CTE has been previously materialized and uses static deterministic filters and functions, and the underlying data remains unchanged, it can be persisted and reused.
Trino is attempting to do something similar: https://github.com/trinodb/trino/pull/22827
Expected Behavior or Use Case
For batch queries, if the CTE has been previously materialized and uses static deterministic filters and functions, and the underlying data remains unchanged, it can be persisted and reused.
Presto Component, Service, or Connector
Possible Implementation
Example Screenshots (if appropriate):
Context