From 87bf395a7e5d510cfc104a6cfd59ea6d41f57422 Mon Sep 17 00:00:00 2001 From: Kelly Date: Mon, 21 Oct 2019 13:49:57 -0700 Subject: [PATCH] make table-structure draft topic --- content/v2.0/reference/key-concepts/table-structure.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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).