influxdb/tsdb
Ben Johnson 171f6586a0 fix(tsdb): Add refs for file-sourced tag keys
This commit adds ref counting for files that we pull tag keys from.
Previously, files were only ref counted during the time we extracted
tag keys but this commit adds additional ref counting for the life of
the `Engine.tagKeysNoPredicate()` function.
2020-06-17 10:27:23 -06:00
..
cursors fix(storage): Feedback in response to PR review 2020-04-16 15:19:28 -07:00
migrate Fix fmt and reduce code 2020-04-20 21:25:38 +02:00
seriesfile refactor: rewrite imports to include the /v2 suffix for version 2 2020-04-03 12:39:20 -05:00
testdata Update tsdb package from OSS 2018-10-01 12:08:37 +01:00
tsi1 refactor: rewrite imports to include the /v2 suffix for version 2 2020-04-03 12:39:20 -05:00
tsm1 fix(tsdb): Add refs for file-sourced tag keys 2020-06-17 10:27:23 -06:00
value refactor: rewrite imports to include the /v2 suffix for version 2 2020-04-03 12:39:20 -05:00
errors.go refactor(storage): move and remove to help cleanup tsdb package (#17275) 2020-03-16 12:23:15 -07:00
explode.go refactor: rewrite imports to include the /v2 suffix for version 2 2020-04-03 12:39:20 -05:00
explode_test.go refactor: rewrite imports to include the /v2 suffix for version 2 2020-04-03 12:39:20 -05:00
meta.go refactor: rewrite imports to include the /v2 suffix for version 2 2020-04-03 12:39:20 -05:00
meta_test.go refactor: rewrite imports to include the /v2 suffix for version 2 2020-04-03 12:39:20 -05:00
series_collection.go refactor: rewrite imports to include the /v2 suffix for version 2 2020-04-03 12:39:20 -05:00
series_collection_test.go refactor: rewrite imports to include the /v2 suffix for version 2 2020-04-03 12:39:20 -05:00
series_id.go refactor: rewrite imports to include the /v2 suffix for version 2 2020-04-03 12:39:20 -05:00
series_id_test.go refactor: rewrite imports to include the /v2 suffix for version 2 2020-04-03 12:39:20 -05:00
series_iterators.go chore: Revert "refactor(tsdb): remove read from unexported field (#17279)" (#17305) 2020-03-16 17:48:01 -07:00
series_iterators_test.go refactor: rewrite imports to include the /v2 suffix for version 2 2020-04-03 12:39:20 -05:00
series_set.go chore: Revert "refactor(tsdb): remove read from unexported field (#17279)" (#17305) 2020-03-16 17:48:01 -07:00
series_set_test.go Remove copy-on-write when caching bitmaps 2019-01-25 13:38:22 +00:00