sraoss / pg_ivm

IVM (Incremental View Maintenance) implementation as a PostgreSQL extension
Other
994 stars 27 forks source link

Support GROUPING SETS/ROLLUP/CUBE #80

Open Forty-Bot opened 1 year ago

Forty-Bot commented 1 year ago

These clauses are especially useful in materialized views, since they can be used to compute aggregates ahead of time and filter the data as needed.