make table-structure draft topic
parent
0a522f0905
commit
87bf395a7e
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
title: InfluxDB data elements
|
||||
draft: true
|
||||
title: InfluxDB table structure
|
||||
description: >
|
||||
InfluxDB uses a columnar system to structure tables.
|
||||
weight: 103
|
||||
|
|
@ -15,7 +16,7 @@ InfluxDB 2.0 uses the following columnar table structure to store data:
|
|||
- **Annotation rows:** include the following rows: #group, #datatype, and #default.
|
||||
- **Header row:** describes the data labels for each column in a row.
|
||||
- **Data columns:** include the following columns: annotation, result, and table.
|
||||
- **Data rows:** all rows that contain time series data. See [sample data](#sample-data) below.
|
||||
- **Data rows:** all rows that contain time series data. For details about the type of data stored in InfluxDB, see [InfluxDB data elements](/v2.0/reference/key-concepts/data-elements/).
|
||||
|
||||
For specifications on the InfluxDB 2.0 table structure, see [Tables](/v2.0/reference/annotated-csv/#tables).
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue