Hacker News new | ask | show | jobs
by gbrits 2311 days ago
Is this similar to TimescaleDB's Continuous Aggregates? Interested in knowing the overlap / differences.
1 comments

Similar in concept, but much more powerful in execution. We can incrementally materialize practically any SQL 92 query, with the killer features being joins and correlated subqueries. I’m not super familiar, but TimescaleDB’s continuous aggregates (just on a cursory glance) don’t support stacked aggregates, for example: https://github.com/timescale/timescaledb/issues/1400