influxdb/cmd/influxd
Jonathan A. Sternberg db686349e7
feat(storage/flux): support full aggregate window push down (#18399)
This enables a new rule that will push down the full `aggregateWindow`
query including the `duplicate` and `window(every: inf)` that recombines
the tables. When the full rule is used, the table is not split into
tables for each window and instead retains itself as a single table. The
start or stop column is renamed to `_time` and `_start` and `_stop` will
be the boundaries of the query.
2020-06-10 13:21:41 -05:00
..
generate refactor: rewrite imports to include the /v2 suffix for version 2 2020-04-03 12:39:20 -05:00
inspect refactor: rewrite imports to include the /v2 suffix for version 2 2020-04-03 12:39:20 -05:00
internal/profile refactor: rewrite imports to include the /v2 suffix for version 2 2020-04-03 12:39:20 -05:00
launcher feat(storage/flux): support full aggregate window push down (#18399) 2020-06-10 13:21:41 -05:00
migrate refactor: rewrite imports to include the /v2 suffix for version 2 2020-04-03 12:39:20 -05:00
restore refactor: rewrite imports to include the /v2 suffix for version 2 2020-04-03 12:39:20 -05:00
main.go refactor: rewrite imports to include the /v2 suffix for version 2 2020-04-03 12:39:20 -05:00