doc: fix wrong diagrams in architecture of 3.0 in English

This commit is contained in:
gccgdb1234 2022-10-13 13:05:41 +08:00
parent db1c17c002
commit f94d6e1dd4
6 changed files with 2 additions and 2 deletions

View File

@ -126,7 +126,7 @@ TDengine utilizes RAFT protocol to replicate data. If a database has N replicas,
Leader Vnode uses a writing process as follows:
![TDengine Database Leader Writing Process](write_master.webp)
![TDengine Database Leader Writing Process](write_leader.webp)
<center> Figure 3: TDengine Leader writing process </center>
@ -141,7 +141,7 @@ Leader Vnode uses a writing process as follows:
For a follower vnode, the write process as follows:
![TDengine Database Follower Writing Process](write_slave.webp)
![TDengine Database Follower Writing Process](write_follower.webp)
<center> Figure 4: TDengine Follower Writing Process </center>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 13 KiB

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

After

Width:  |  Height:  |  Size: 192 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 22 KiB

After

Width:  |  Height:  |  Size: 20 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 23 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 19 KiB