InfluxDB 2.x: Task: Aggregation

Aus Wiki-WebPerfect
Wechseln zu: Navigation, Suche

Sometimes you want to aggregate a heavy amount of data, for example for a Grafana graph panel, but the query is very slow because of the amount of metrics (Over millions).
Then it is more efficient to create an InfluxDB Task that aggregates the data and save the results back to an bucket instead of calculate the result each time the query runs.