未验证 提交 e3cfc0a5 编写于 作者: D daaaaaaaaaaa 提交者: GitHub

Update docs.md

上级 2a974f92
...@@ -155,7 +155,7 @@ The design of TDengine is based on the assumption that one single node or softwa ...@@ -155,7 +155,7 @@ The design of TDengine is based on the assumption that one single node or softwa
Logical structure diagram of TDengine distributed architecture as following: Logical structure diagram of TDengine distributed architecture as following:
![TDengine architecture diagram](page://images/architecture/structure.png) ![TDengine architecture diagram](https://raw.githubusercontent.com/taosdata/TDengine/develop/documentation20/en/images/architecture/structure.png)
<center> Picture 1: TDengine architecture diagram </center> <center> Picture 1: TDengine architecture diagram </center>
...@@ -196,7 +196,7 @@ A complete TDengine system runs on one or more physical nodes. Logically, it inc ...@@ -196,7 +196,7 @@ A complete TDengine system runs on one or more physical nodes. Logically, it inc
To explain the relationship between vnode, mnode, taosc and application and their respective roles, the following is an analysis of a typical data writing process. To explain the relationship between vnode, mnode, taosc and application and their respective roles, the following is an analysis of a typical data writing process.
![ typical process of TDengine](page://images/architecture/message.png) ![ typical process of TDengine](https://raw.githubusercontent.com/taosdata/TDengine/develop/documentation20/en/images/architecture/message.png)
<center> Picture 2 typical process of TDengine </center> <center> Picture 2 typical process of TDengine </center>
1. Application initiates a request to insert data through JDBC, ODBC, or other APIs. 1. Application initiates a request to insert data through JDBC, ODBC, or other APIs.
...@@ -265,6 +265,7 @@ If a database has N replicas, thus a virtual node group has N virtual nodes, but ...@@ -265,6 +265,7 @@ If a database has N replicas, thus a virtual node group has N virtual nodes, but
Master Vnode uses a writing process as follows: Master Vnode uses a writing process as follows:
![TDengine Master Writing Process](https://raw.githubusercontent.com/taosdata/TDengine/develop/documentation20/en/images/architecture/write_master.png)
Figure 3: TDengine Master writing process Figure 3: TDengine Master writing process
1. Master vnode receives the application data insertion request, verifies, and moves to next step; 1. Master vnode receives the application data insertion request, verifies, and moves to next step;
...@@ -278,7 +279,7 @@ Figure 3: TDengine Master writing process ...@@ -278,7 +279,7 @@ Figure 3: TDengine Master writing process
For a slave vnode, the write process as follows: For a slave vnode, the write process as follows:
![TDengine Slave Writing Process](page://images/architecture/write_master.png) ![TDengine Slave Writing Process](https://raw.githubusercontent.com/taosdata/TDengine/develop/documentation20/en/images/architecture/write_slave.png)
<center> Picture 3 TDengine Slave Writing Process </center> <center> Picture 3 TDengine Slave Writing Process </center>
1. Slave vnode receives a data insertion request forwarded by Master vnode. 1. Slave vnode receives a data insertion request forwarded by Master vnode.
...@@ -415,7 +416,7 @@ For the data collected by device D1001, the number of records per hour is counte ...@@ -415,7 +416,7 @@ For the data collected by device D1001, the number of records per hour is counte
TDengine creates a separate table for each data collection point, but in practical applications, it is often necessary to aggregate data from different data collection points. In order to perform aggregation operations efficiently, TDengine introduces the concept of STable. STable is used to represent a specific type of data collection point. It is a table set containing multiple tables. The schema of each table in the set is the same, but each table has its own static tag. The tags can be multiple and be added, deleted and modified at any time. Applications can aggregate or statistically operate all or a subset of tables under a STABLE by specifying tag filters, thus greatly simplifying the development of applications. The process is shown in the following figure: TDengine creates a separate table for each data collection point, but in practical applications, it is often necessary to aggregate data from different data collection points. In order to perform aggregation operations efficiently, TDengine introduces the concept of STable. STable is used to represent a specific type of data collection point. It is a table set containing multiple tables. The schema of each table in the set is the same, but each table has its own static tag. The tags can be multiple and be added, deleted and modified at any time. Applications can aggregate or statistically operate all or a subset of tables under a STABLE by specifying tag filters, thus greatly simplifying the development of applications. The process is shown in the following figure:
![Diagram of multi-table aggregation query](page://images/architecture/multi_tables.png) ![Diagram of multi-table aggregation query](https://raw.githubusercontent.com/taosdata/TDengine/develop/documentation20/en/images/architecture/multi_tables.png)
<center> Picture 4 Diagram of multi-table aggregation query </center> <center> Picture 4 Diagram of multi-table aggregation query </center>
1. Application sends a query condition to system; 1. Application sends a query condition to system;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册