sraoss / pg_ivm

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

Compatibility with timescaledb #88

Open ewoolsey opened 1 month ago

ewoolsey commented 1 month ago

Anyone know if there's any chance this is compatible with hyper tables? Continuous aggregates don't seem to be flexible enough for my use case and I'm wondering if pg_ivm would work here.

yjhjstz commented 1 month ago

no, pg_ivm do not support PARTITIONED TABLE.