sraoss / pg_ivm

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

Defining IMMV that contains IMMV should be prohibited #30

Closed yugo-n closed 1 year ago

yugo-n commented 1 year ago

Currently, IMMV that contains a view or a materialized view is prohibited. Similarly, we should prohibit one that contains an IMMV created by create_immv.

KaiserKarel commented 1 month ago

Is there a reason this is fundamentally impossible?