Collected sources and patterns will appear here. Add from search, explore, or the patterns library.
LogicalPlan -> RewrittenPlan
Match and rewrite parts of a query plan to retrieve pre-aggregated data from matching materialized views rather than evaluating raw base tables.
Problem it solves
Evaluating heavy aggregations and joins on massive raw tables repeatedly wastes compute and adds latency.
Consumes
Emits
The real projects this mechanism was found in. Attribution is the point — this is how the best teams actually do it.