🚧 This platform is open-source and in early development. We welcome feature requests and pull requests! 🚀

Filtering and Sorting Flux Tables in InfluxDB

2021-01-29

A common question I hear from people adopting and using InfluxDB 2 is "How do I sort my data?". Due to the way that Flux returns data, as a series of tables, it can be frustrating that your sort doesn't behave in an intuitive way.

Lets break this down.