influxdb/storage
tmgordeeva 871f5466fe
fix(storage): run snapshot before retention deletes (#14400)
Deleting from the cache takes a lock which blocks writes. Snapshot to clear the
cache before deleting to reduce the lock contention.
2019-07-22 16:22:42 -07:00
..
compat Storage engine now validates all tags are utf-8 2019-03-07 09:56:07 +00:00
reads docs(storage): update PB doc to reflect new domain 2019-07-05 17:10:56 +01:00
readservice refactor(query/control): move the controller from flux to influxdb (#13991) 2019-05-29 09:04:34 -05:00
wal Gofmt verify-wal files 2019-06-27 16:28:28 -07: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): run snapshot before retention deletes (#14400) 2019-07-22 16:22:42 -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 fix(storage): initialize tsm file metrics, update after compaction 2019-06-20 14:37:53 -07: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