Update index.md

This commit is contained in:
wade zhang 2022-08-25 13:04:16 +08:00 committed by GitHub
parent ec2de0a596
commit efa13ee71b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -159,7 +159,7 @@ TDengine 建议用数据采集点的名字(如上表中的 D1001来做表
TDengine系统建议给一个数据采集点建表需要通过超级表建表而不是建普通表。在智能电表的示例中我们可以通过超级表meters创建子表d1001, d1002, d1003, d1004等。
为了更好地理解超级与子表的关系,可以参考下图 ![智能电表数据模型示意图](./supertable.webp)
为了更好地理解超级与子表的关系,可以参考下面关于智能电表数据模型的示意 ![智能电表数据模型示意图](./supertable.webp)
## 库 (database)