influxdb/tsdb/cursors
Stuart Carnie d2dd19b70e
feat(storage): InfluxQL schema APIs without time range
These changes introduce optimized schema APIs for InfluxQL that
utilize the time series index (TSI) exclusively for significant
performance gains.
2020-07-09 10:09:19 -07:00
..
arrayvalues.gen.go feat(cursors): Implement Size method so it doesn't panic 2019-08-16 10:34:43 -07:00
arrayvalues.gen.go.tmpl feat(cursors): Implement Size method so it doesn't panic 2019-08-16 10:34:43 -07:00
arrayvalues.gen.go.tmpldata feat(tsdb): Teach storage how to only decode timestamps from a block 2019-04-18 16:19:18 -07:00
arrayvalues.gen_test.go feat(tsdb): Teach storage how to only decode timestamps from a block 2019-04-18 16:19:18 -07:00
arrayvalues.go refactor(tsm1): Allow race-free access to cache 2020-04-08 16:15:05 -07:00
arrayvalues_test.go refactor: rewrite imports to include the /v2 suffix for version 2 2020-04-03 12:39:20 -05:00
cursor.go refactor: rewrite imports to include the /v2 suffix for version 2 2020-04-03 12:39:20 -05:00
fieldtype_string.go feat(storage): New data types for measurement schema gRPC APIs 2020-04-16 14:51:31 -07:00
gen.go feat(storage): New data types for measurement schema gRPC APIs 2020-04-16 14:51:31 -07:00
schema.go feat(storage): InfluxQL schema APIs without time range 2020-07-09 10:09:19 -07:00
schema_test.go feat(storage): New data types for measurement schema gRPC APIs 2020-04-16 14:51:31 -07:00
string.go feat(storage): Teach TagKeys, TagValues how to accumulate statistics 2019-04-24 11:14:22 -07:00