未验证 提交 c3419db6 编写于 作者: G Ganlin Zhao 提交者: GitHub

Update docs.md

上级 a9e348d5
......@@ -48,9 +48,9 @@ Schemaless use one line of string literals to represent one data record. (Users
measurement,tag_set field_set timestamp
```
* measurement is used as the table nameComma delimiter is used to separate measurement and tag_set.
* measurement is used as the table name. Comma delimiter is used to separate measurement and tag_set.
* tag_set represent tag data in key-value pairs. The format is: `<tag_key>=<tag_value>,<tag_key>=<tag_value>`. Comma delimiter is used to separate multiple tag key-value pairs. Space delimiter is used to separate tag_set and field_set.
* field_set represent column data in key-value pairs. The format is similar to tag_set: `<field_key>=<field_value>,<field_key>=<field_value>`Comma delimiter is used to separate multiple tag key-value pairs。Space delimiter is used to separate field set and timestamp.
* field_set represent column data in key-value pairs. The format is similar to tag_set: `<field_key>=<field_value>,<field_key>=<field_value>`. Comma delimiter is used to separate multiple tag key-value pairs。Space delimiter is used to separate field set and timestamp.
* Timestamp is the primary key of one data row.
All tag values in tag_set are automatically converted and stored as NCHAR data type in TDengine and no need to be surrounded by double quote(")
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册