sraoss / pg_ivm

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

Support GROUPING SETS/ROLLUP/CUBE #80

Open Forty-Bot opened 7 months ago

Forty-Bot commented 7 months 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.