influxdata / influxdb-comparisons

Code for comparison write ups of InfluxDB and other solutions
MIT License
307 stars 112 forks source link

feat: add query-gen cases for "ungrouped" aggregates #208

Closed danxmoran closed 3 years ago

danxmoran commented 3 years ago

After #207, we're missing a test for aggregates over the entirety of a dataset (ungrouped & un-windowed). In OSS using group() causes the group-aggregate pushdown to be triggered, but I think within the pushdown logic it ends up using a different iterator/cursor than you'd get with group(columns: ["foo", "bar"]).