sraoss / pg_ivm

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

Compatibility with timescaledb #88

Open 0xForerunner opened 6 months ago

0xForerunner commented 6 months 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 5 months ago

no, pg_ivm do not support PARTITIONED TABLE.

yugo-n commented 1 month ago

Yes, pg_ivm doesn't support partitioned table or table inheritance for now. I would like to support partitioned table in future, but not yet implemented.