influxdata / influxdata/influxdb
Optimize Sorted Pivot Flux Queries
Open
area/2.x
area/flux
area/performance
- Dominant language
- Rust
- Stars
- 31.7k
- Forks
- 3.7k
- Avg merge
- 13h 37m
- Merged PRs (30d)
- 8
Description
Flux queries involving (sorted) pivots (see [here](https://github.com/influxdata/influxdb-comparisons/pull/190)) are slower than their equivalent InfluxQL queries. This issue is to optimize the Flux queries to be on par with the InfluxQL queries.
Contributor guide
Research direction
The issue names no files or tests; start with the linked influxdata/influxdb-comparisons PR 190 and compare its sorted-pivot Flux queries with their InfluxQL equivalents. Trace the relevant query execution path and measure both workloads. Done means the Flux queries perform on par with the equivalent InfluxQL queries.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- databases, performance
- Issue type
- Bug
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100