influxdb/storage
Jacob Marble 662cf578c9
fix(storage): Assume sorted StringIterators, and retain sorted order (#13491)
* fix(storage): Assume sorted StringIterators, and retain sorted order

* embed struct field

* improve MergedStringIterator efficiency
2019-04-19 01:22:49 -07:00
..
compat Storage engine now validates all tags are utf-8 2019-03-07 09:56:07 +00:00
reads fix(storage): Assume sorted StringIterators, and retain sorted order (#13491) 2019-04-19 01:22:49 -07:00
readservice chore: Move StringIterator to cursors package for wider reuse 2019-04-18 16:19:17 -07:00
wal Fix typos in miscellaneous packages 2019-04-17 13:30:22 -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 feedback: Changes in response to PR feedback 2019-04-18 16:19:18 -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