TL;DR InfluxDB Tech Tips: Optimizations to aggregateWindow()
If you’re an InfluxDB user you’ve almost certainly used the aggregateWindow() function. The aggregateWindow() function calculates an aggregated value by applying a mean, sum, or any other aggregate function to fixed windows of time. It’s most commonly used to downsample …
TL;DR InfluxDB Tech Tips: Optimizations to aggregateWindow() Read More »