diff --git a/content/v2.0/reference/key-concepts/table-structure.md b/content/v2.0/reference/key-concepts/table-structure.md index 00cd4d8fe..5e3b9be73 100644 --- a/content/v2.0/reference/key-concepts/table-structure.md +++ b/content/v2.0/reference/key-concepts/table-structure.md @@ -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).