influxdb/tsdb
Stuart Carnie 99bbbd3e4e
fix(storage): Reduce the check frequency
Checking a channel too regularly could cause
context switching to other goroutines. In tight loops,
it is prudent to check, but to do so less frequently so
as to avoid thrashing.
2020-07-09 18:44:00 -07:00
..
cursors feat(storage): InfluxQL schema APIs without time range 2020-07-09 10:09:19 -07:00
migrate Fix fmt and reduce code 2020-04-20 21:25:38 +02:00
seriesfile chore: update staticcheck and fix newly identified lint checks (#18737) 2020-06-26 18:54:09 -05:00
testdata Update tsdb package from OSS 2018-10-01 12:08:37 +01:00
tsi1 chore: update staticcheck and fix newly identified lint checks (#18737) 2020-06-26 18:54:09 -05:00
tsm1 fix(storage): Reduce the check frequency 2020-07-09 18:44:00 -07: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 chore: update staticcheck and fix newly identified lint checks (#18737) 2020-06-26 18:54:09 -05:00