influxdb/storage
Jeff Wendling 95de3d52b2 refactor: use concrete WAL in tsm1
At the cost of some nil checks, we don't have to have an interface, defend against
subtle bugs with nils in non-nil interfaces, an empty implementation, etc.

Also, the tsm1 engine is losing the WAL anyway.
2019-02-04 10:32:52 -07:00
..
compat chore: rename imports from platform to influxdb 2019-01-09 20:51:47 -08:00
reads refactor: move the tsm1/wal into the storage/wal package 2019-02-04 10:32:52 -07:00
readservice refactor(flux): make packages mirror Flux namespaces 2019-01-14 18:00:45 -07:00
wal refactor: move the tsm1/wal into the storage/wal package 2019-02-04 10:32:52 -07:00
Makefile chore(Makefile): add target to check generated files are accurate 2018-12-18 12:54:17 -07:00
bucket_service.go chore: rename imports from platform to influxdb 2019-01-09 20:51:47 -08:00
bucket_service_test.go chore: rename imports from platform to influxdb 2019-01-09 20:51:47 -08:00
config.go chore: rename imports from platform to influxdb 2019-01-09 20:51:47 -08:00
engine.go refactor: use concrete WAL in tsm1 2019-02-04 10:32:52 -07:00
engine_test.go Add DeleteBucket benchmark 2019-01-14 12:46:55 +00:00
metrics.go Fix bug with engineID 2018-12-07 14:32:34 +00:00
points_writer.go chore: rename imports from platform to influxdb 2019-01-09 20:51:47 -08:00
retention.go chore: rename imports from platform to influxdb 2019-01-09 20:51:47 -08:00
retention_test.go chore: rename imports from platform to influxdb 2019-01-09 20:51:47 -08:00
series_cursor.go chore: rename imports from platform to influxdb 2019-01-09 20:51:47 -08:00