Update index.md

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

View File

@ -158,7 +158,7 @@ Queries can be executed on both a table (subtable) and a STable. For a query on
In TDengine, it is recommended to use a subtable instead of a regular table for a DCP. In the meters example, we can create subtables like d1001, d1002, d1003, and d1004 under super table meters.
To better understand the data model using super table and subtable, please refer to ![Meters Data Model Diagram](./supertable.webp)
To better understand the data model using super table and subtable, please refer to the diagram below which demonstrates the data model of meters example. ![Meters Data Model Diagram](./supertable.webp)
## Database