influxdb/storage
Jonathan A. Sternberg 2b1c1ec143
fix(storage/reads): fix the storage tables to work correctly with multiple transformations (#14016)
The storage table reader will now work correctly when there are multiple
outputs. The table interface now implements the new table and column
reader interfaces and works properly with `execute.CopyTable`. The
source uses `execute.CopyTable` to buffer the table in memory when there
are multiple output transformations.
2019-05-30 12:31:54 -05:00
..
compat Storage engine now validates all tags are utf-8 2019-03-07 09:56:07 +00:00
reads fix(storage/reads): fix the storage tables to work correctly with multiple transformations (#14016) 2019-05-30 12:31:54 -05:00
readservice refactor(query/control): move the controller from flux to influxdb (#13991) 2019-05-29 09:04:34 -05:00
wal storage: add predicate tracking to the WAL 2019-05-01 13:40:40 -06:00
Makefile chore(Makefile): add target to check generated files are accurate 2018-12-18 12:54:17 -07:00
bucket_service.go remove org from bucket 2019-04-22 18:39:05 -04:00
bucket_service_test.go fix(kv): fix empty org name 2019-04-26 18:16:28 -04:00
config.go Improve bulk series file writes. 2019-04-05 14:38:58 -06:00
engine.go fix(storage): add missing RUnlock in Engine.Close 2019-05-29 08:40:40 -07:00
engine_schema.go fix(storage): Ensure Tag(Keys|Values) APIs never return (nil, nil) 2019-05-02 09:45:38 -07:00
engine_test.go tsdb: respond to feedback and improve test coverage 2019-05-01 13:40:40 -06:00
metrics.go storage: add tests for retention metrics 2019-04-01 17:44:37 -06:00
opener.go feat(influxd): Tracing refactor (#12318) 2019-03-04 11:48:11 -08:00
points_writer.go chore(influxdb): add context to storage.PointsWriter 2019-02-25 11:11:20 -05:00
retention.go chore(log): Put trace_id back in logs (#13712) 2019-04-30 18:51:22 -07:00
retention_test.go chore(log): Put trace_id back in logs (#13712) 2019-04-30 18:51:22 -07:00
series_cursor.go fix(storage): Store.Read behavior changed to return unsorted series keys 2019-04-26 10:38:59 -07:00
series_cursor_test.go feedback: Simplify reader; use constants from influxdb package 2019-02-21 11:18:08 -08:00