Content Deep Dive
TL;DR InfluxDB Tech Tips â Aggregating across Tags or Fields and Ungrouping
Blog post from InfluxData
Post Details
Company
Date Published
Author
Anais Dotis-Georgiou
Word Count
1,937
Language
English
Hacker News Points
-
Source URL
Summary
This article provides a detailed explanation on how to use Flux queries in InfluxDB Cloud or InfluxDB v2 for aggregating data across tags or fields, as well as ungrouping by using the group() function. It covers understanding the group key and its effect on table stream output, performing aggregations across fields or measurements, and ungrouping data with an empty group() Flux function. The article also includes a sample dataset to explore Flux and provides tips for interpreting Annotated CSV outputs.