Will Baker
Will Baker
Flux queries involving `aggregateWindow` are generally slower than their equivalent InfluxQL queries. This issue is to resolve that performance gap.
Part of https://github.com/influxdata/influxdb/issues/22467 This removes the filtering of series based on those series containing data from `NewGroupResultSet`. Removing this filter reduces the duration of our group-aggregate benchmarks by about 30%...
Previously s3 stores could only use the region available via a given profile or the AWS application default credentials. This adds the ability to set an alternate region in the...
Please answer these questions before submitting your issue. In order to accurately debug the issue this information is required. Thanks! 1. What version of GO driver are you using? `1.9.0`...