timescale / promscale_extension

[DEPRECATED] Tables, types and functions supporting Promscale
Other
37 stars 17 forks source link

Add support for compressing registered continuous aggs #549

Open cevian opened 2 years ago

cevian commented 2 years ago

When we first added registered continuous aggs, compression on continuous aggs was not supported in timescaledb. Now it is!

We should add native support for compressing continous aggs that are registered in our maintenance jobs because having data retention but not compression supported is very weird from a UIUX consistency point of view.

Perhaps we should even consider supporting refreshing. Maybe all the continous agg stuff should be in another job?