influxdb/storage
Jacob Marble cdbf532f57
refactor(storage): remove dead code and rename a few things (#17217)
* refactor(storage): remove CursorIterators type

* refactor(storage): remove unused tsdb.MarshalTags()

* refactor(storage): remove unused package tsdb/internal

* refactor(storage): rename tsdb/metrics.go to tsdb/series_file_metrics.go

* refactor(storage): remove unused type tagValueSliceIterator

* refactor(storage): rename field row to seriesRow

* refactor(storage): rename tsdb/index.go to tsdb/series_iterators.go
2020-03-12 10:45:48 -07:00
..
compat Storage engine now validates all tags are utf-8 2019-03-07 09:56:07 +00:00
flux chore(storageflux): update failing tests 2020-03-10 17:54:07 -05:00
reads refactor(storage): remove dead code and rename a few things (#17217) 2020-03-12 10:45:48 -07:00
readservice refactor(storage): export IndexSeriesCursor (#17134) 2020-03-06 14:05:03 -08:00
wal fix: update test to use 'valid' marshalled predicate 2019-12-18 15:33:44 +00:00
Makefile feat(storageflux): move flux components out to separate package 2020-03-10 17:54:04 -05:00
bucket_service.go fix(tasks): tasks look up system bucket id 2019-10-21 14:48:47 -07:00
bucket_service_test.go chore(inmem): nuke the duplicative inmem store 2019-12-30 11:04:45 -08:00
config.go Improve bulk series file writes. 2019-04-05 14:38:58 -06:00
engine.go fix(storage): incremental improvments (#17011) 2020-02-28 11:12:43 -08: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 refactor: add engine write benchmarks 2020-01-16 21:01:57 +00:00
metrics.go chore(storage): bring back storage_retention_checks_total (#14735) 2019-08-22 10:47:27 -07:00
opener.go feat(influxd): Tracing refactor (#12318) 2019-03-04 11:48:11 -08:00
points_writer.go respond to pr comments 2019-08-05 13:16:51 -05:00
points_writer_test.go respond to pr comments 2019-08-05 13:16:51 -05:00
retention.go fix(tasks): tasks look up system bucket id 2019-10-21 14:48:47 -07:00
retention_test.go fix: prevent integer overflow 2019-11-22 14:06:21 +00:00
series_cursor.go fix(storage): incremental improvments (#17011) 2020-02-28 11:12:43 -08:00
series_cursor_test.go fix(storage): incremental improvments (#17011) 2020-02-28 11:12:43 -08:00