|
23 | 23 |
|
24 | 24 | ## Sql_dialect Related Concepts |
25 | 25 |
|
26 | | -| Concept | Meaning | |
27 | | -| ----------------------- | ------------------------------------------------------------ | |
28 | | -| sql_dialect | IoTDB supports two time-series data models (SQL dialects), both managing devices and measurement points. Tree: Manages data in a hierarchical path manner, where one path corresponds to one measurement point of a device. Table: Manages data in a relational table manner, where one table corresponds to a category of devices. | |
29 | | -| Schema | Schema is the data model information of the database, i.e., tree structure or table structure. It includes definitions such as the names and data types of measurement points. | |
30 | | -| Device | Corresponds to a physical device in an actual scenario, usually containing multiple measurement points. | |
| 26 | +| Concept | Meaning | |
| 27 | +| ----------------------- |---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| |
| 28 | +| sql_dialect | Tree model: manages devices and measurement points, manages data in a hierarchical path manner, where one path corresponds to one measurement point of a device. | |
| 29 | +| Schema | Schema is the data model information of the database, i.e., tree structure. It includes definitions such as the names and data types of measurement points. | |
| 30 | +| Device | Corresponds to a physical device in an actual scenario, usually containing multiple measurement points. | |
31 | 31 | | Timeseries | Also known as: physical quantity, time series, timeline, point location, semaphore, indicator, measurement value, etc. It is a time series formed by arranging multiple data points in ascending order of timestamps. Usually, a Timeseries represents a collection point that can periodically collect physical quantities of the environment it is in. | |
32 | | -| Encoding | Encoding is a compression technique that represents data in binary form to improve storage efficiency. IoTDB supports various encoding methods for different types of data. For more detailed information, please refer to:[Encoding-and-Compression](../Technical-Insider/Encoding-and-Compression.md) | |
33 | | -| Compression | After data encoding, IoTDB uses compression technology to further compress binary data to enhance storage efficiency. IoTDB supports multiple compression methods. For more detailed information, please refer to: [Encoding-and-Compression](../Technical-Insider/Encoding-and-Compression.md) | |
| 32 | +| Encoding | Encoding is a compression technique that represents data in binary form to improve storage efficiency. IoTDB supports various encoding methods for different types of data. For more detailed information, please refer to:[Encoding-and-Compression](../Technical-Insider/Encoding-and-Compression.md) | |
| 33 | +| Compression | After data encoding, IoTDB uses compression technology to further compress binary data to enhance storage efficiency. IoTDB supports multiple compression methods. For more detailed information, please refer to: [Encoding-and-Compression](../Technical-Insider/Encoding-and-Compression.md) | |
34 | 34 |
|
35 | 35 | ## Distributed Related Concepts |
36 | 36 |
|
|
0 commit comments