timescale / helm-charts

Configuration and Documentation to run TimescaleDB in your Kubernetes cluster
Apache License 2.0
263 stars 223 forks source link

Automated Downsampling #427

Open nhudson opened 2 years ago

nhudson commented 2 years ago

What is missing?

A feature that I would love to use more is promscales downsampling. However it is pretty low level if you want to do continuous aggregates. It involves running SQL commands against your timescaledb manually.

It would be nice if this chart could handle some of this automatically, basically giving it your SQL queries, or metric names, and running these queries as a job for you automatically.

Why do we need it?

It would allow greater adoption of downsampling features that are offered in timescale

Copy from: https://github.com/timescale/tobs/issues/558

nhudson commented 2 years ago

Potential resolution: https://github.com/timescale/tobs/issues/558#issuecomment-1221923148