influxdb/storage
Jacob Marble 83818e9592
fix(storage): incremental improvments (#17011)
* fix(storage): simplify storage/seriesCursor

storage/seriesCursor releases series file and TSI references sooner.

Remove unhelpful request object, inherited from 1.x

* chore(storage): replace SeriesCursor interface with sole implementation
2020-02-28 11:12:43 -08:00
..
compat Storage engine now validates all tags are utf-8 2019-03-07 09:56:07 +00:00
reads feat(mock): Add SeriesGenerator to ResultSet transformation 2020-02-12 14:20:31 -07:00
readservice fix(storage): incremental improvments (#17011) 2020-02-28 11:12:43 -08:00
wal fix: update test to use 'valid' marshalled predicate 2019-12-18 15:33:44 +00:00
Makefile chore(Makefile): add target to check generated files are accurate 2018-12-18 12:54:17 -07: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