make table-structure draft topic

pull/531/head
Kelly 2019-10-21 13:49:57 -07:00
parent 0a522f0905
commit 87bf395a7e
1 changed files with 3 additions and 2 deletions

View File

@ -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).