influxdb/storage/flux
jlapacik eba496d1bd
feat: grouped aggregate rewrite rules ()
* feat: flags for pushing down new aggregates

* refactor: grouped aggregate rewrite rules

The storage operation ReadGroup aggregates per series on the storage
side. The planner will rewrite grouped aggregate queries to call
ReadGroup, which will perform a partial aggregation, followed by
another operation that will perform the rest of the aggregation on
the compute side.

* feat: storage capabilities for grouped aggregates

* fix: changes from review

* feat: group read operation name should include aggregate
2020-06-04 14:36:15 -07:00
..
Makefile feat(storageflux): move flux components out to separate package 2020-03-10 17:54:04 -05:00
reader.go feat: grouped aggregate rewrite rules () 2020-06-04 14:36:15 -07:00
table.gen.go feat(storage/flux): implement create empty for the window table reader () 2020-06-01 17:57:50 -05:00
table.gen.go.tmpl feat(storage/flux): implement create empty for the window table reader () 2020-06-01 17:57:50 -05:00
table.go feat(storage/flux): implement create empty for the window table reader () 2020-06-01 17:57:50 -05:00
table_test.go feat(storage/flux): implement create empty for the window table reader () 2020-06-01 17:57:50 -05:00
tags_cache.go fix(storage/flux): fix a race condition in the tags cache () 2020-05-07 15:01:48 -05:00
tags_cache_test.go fix(storage/flux): fix a race condition in the tags cache () 2020-05-07 15:01:48 -05:00
types.tmpldata feat(storageflux): move flux components out to separate package 2020-03-10 17:54:04 -05:00
window.go feat(storage/flux): implement create empty for the window table reader () 2020-06-01 17:57:50 -05:00