influxdb/tsdb
Jacob Marble 4b8a71b97f
refactor(storage): move and remove to help cleanup tsdb package (#17241)
* refactor(tsdb): move series file config to seriesfile package

* refactor(tsdb): removed unchecked const EOF

* refactor(tsdb): unexport errors

* refactor(tsdb): remove unused TagValueIterators

* refactor(tsdb): remove SeriesIDIterator usage in tsdb/seriesfile

* refactor(tsdb): remove one-use MeasurementIterators

* refactor(tsdb): remove unused type measurementSliceIterator

* refactor(tsdb): remove unused types TagKeyIterators and tagKeySliceIterator

* refactor(storage): remove unused method Engine.ApplyFnToSeriesIDSet

* refactor(tsdb): remove read from unexported field
2020-03-13 13:04:58 -07:00
..
cursors refactor(storage): remove dead code and rename a few things (#17217) 2020-03-12 10:45:48 -07:00
seriesfile refactor(storage): move and remove to help cleanup tsdb package (#17241) 2020-03-13 13:04:58 -07:00
testdata Update tsdb package from OSS 2018-10-01 12:08:37 +01:00
tsi1 refactor(storage): move and remove to help cleanup tsdb package (#17241) 2020-03-13 13:04:58 -07:00
tsm1 refactor(storage): move and remove to help cleanup tsdb package (#17241) 2020-03-13 13:04:58 -07:00
value refactor(storage): move and remove to help cleanup tsdb package (#17241) 2020-03-13 13:04:58 -07:00
errors.go refactor(storage): move and remove to help cleanup tsdb package (#17241) 2020-03-13 13:04:58 -07: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(storage): move and remove to help cleanup tsdb package (#17241) 2020-03-13 13:04:58 -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 refactor(storage): move and remove to help cleanup tsdb package (#17241) 2020-03-13 13:04:58 -07:00
series_set_test.go Remove copy-on-write when caching bitmaps 2019-01-25 13:38:22 +00:00