influxdb/tsdb
Jacob Marble 26ca766459
refactor(tsdb): move series file to its own package (#17224)
* refactor(storage): move type ByTagKey to the only package that uses it

* refactor(tsdb): use types in tsdb/cursors

* refactor(tsdb): remove unused type SeriesIDElems

* refactor(tsdb): inline only use of tsdb.ReadAllSeriesIDIterator

* refactor(tsdb): move series file to its own package

* refactor(storage): remove platform->influxdb aliases
2020-03-12 11:32:52 -07:00
..
cursors refactor(storage): remove dead code and rename a few things (#17217) 2020-03-12 10:45:48 -07:00
seriesfile refactor(tsdb): move series file to its own package (#17224) 2020-03-12 11:32:52 -07:00
testdata Update tsdb package from OSS 2018-10-01 12:08:37 +01:00
tsi1 refactor(tsdb): move series file to its own package (#17224) 2020-03-12 11:32:52 -07:00
tsm1 refactor(tsdb): move series file to its own package (#17224) 2020-03-12 11:32:52 -07:00
value refactor: move value package up to tsdb 2019-02-04 10:32:52 -07:00
config.go Improve bulk series file writes. 2019-04-05 14:38:58 -06:00
errors.go tsdb: cleanup shard errors 2019-02-18 21:25:30 +08:00
explode.go refactor(tsdb): move series file to its own package (#17224) 2020-03-12 11:32:52 -07:00
explode_test.go refactor(tsdb): move series file to its own package (#17224) 2020-03-12 11:32:52 -07:00
meta.go refactor(storage): remove dead code and rename a few things (#17217) 2020-03-12 10:45:48 -07:00
meta_test.go refactor(storage): remove dead code and rename a few things (#17217) 2020-03-12 10:45:48 -07:00
series_collection.go chore: rename imports from platform to influxdb 2019-01-09 20:51:47 -08:00
series_collection_test.go chore: rename imports from platform to influxdb 2019-01-09 20:51:47 -08:00
series_id.go ci: use latest staticcheck 2019-09-04 16:34:45 -07:00
series_id_test.go chore: rename imports from platform to influxdb 2019-01-09 20:51:47 -08:00
series_iterators.go refactor(tsdb): move series file to its own package (#17224) 2020-03-12 11:32:52 -07:00
series_iterators_test.go refactor(tsdb): move series file to its own package (#17224) 2020-03-12 11:32:52 -07:00
series_set.go Remove copy-on-write when caching bitmaps 2019-01-25 13:38:22 +00:00
series_set_test.go Remove copy-on-write when caching bitmaps 2019-01-25 13:38:22 +00:00