InfluxDB data schema
InfluxDB also provides a tabular data schema that includes the following:
- To view raw data when
- To return query results in annotated CSV syntax
Annotation rows describe column properties, for example:
#datatype
#default
_value
_field
_measurement
- tag key names (without underscore prefix): ,
tag-2
Each data row contains the data specified in the header row for one .
annotation
result
Determine the contents of output tables in Flux by grouping records that share common values in specified columns. Learn more about grouping your data with Flux.