influxdb/storage
Jacob Marble 53810fadeb
feat(storage): Implement storage schema RPC de/serializer, merge, APIs (#13409)
* Extend storage service protobuf with TagKeys and TagValues

Co-authored-by: Michael Desa <mjdesa@gmail.com>
Co-authored-by: Jacob Marble <jacobmarble@influxdata.com>

* Extend the reads.Store interface with new TagKeys and TagValues APIs

* Extend readservice.store to implement refactored reads.Store interface

* Implement a StringIterator gRPC writer / serializer

* Implement a StringIterator gRPC reader / deserializer

* Implement a StringIterator merger
2019-04-16 16:01:05 -07:00
..
compat Storage engine now validates all tags are utf-8 2019-03-07 09:56:07 +00:00
reads feat(storage): Implement storage schema RPC de/serializer, merge, APIs (#13409) 2019-04-16 16:01:05 -07:00
readservice feat(storage): Implement storage schema RPC de/serializer, merge, APIs (#13409) 2019-04-16 16:01:05 -07:00
wal chore(tracing): Cleanup (#13296) 2019-04-10 19:28:21 -07:00
Makefile chore(Makefile): add target to check generated files are accurate 2018-12-18 12:54:17 -07:00
bucket_service.go use tracing.StartSpanFromContext 2019-03-07 12:12:31 -07:00
bucket_service_test.go Revert "fix(inmem): remove the old inmem implementation" 2019-04-09 14:24:40 -04:00
config.go Improve bulk series file writes. 2019-04-05 14:38:58 -06:00
engine.go Improve bulk series file writes. 2019-04-05 14:38:58 -06:00
engine_schema.go feat(storage): Stub storage schema APIs 2019-04-12 12:09:46 -07:00
engine_test.go Storage engine now validates all tags are utf-8 2019-03-07 09:56:07 +00: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 storage: make retention metrics global 2019-04-01 17:44:37 -06:00
retention_test.go storage: add tests for retention metrics 2019-04-01 17:44:37 -06:00
series_cursor.go storage: fix problems with keeping resources alive 2019-02-28 10:22:01 -07:00
series_cursor_test.go feedback: Simplify reader; use constants from influxdb package 2019-02-21 11:18:08 -08:00