I first started to implement query by series, to support different aggregates (min, max) per paths, but switched to doing everything in InfluxQL instead because of way better performance. Flux performed abysmally.
InfluxQL queries now use InfluxV2's V1 api, with the v1 client library.
I first started to implement query by series, to support different aggregates (min, max) per paths, but switched to doing everything in InfluxQL instead because of way better performance. Flux performed abysmally.
InfluxQL queries now use InfluxV2's V1 api, with the v1 client library.