[skip ci] Modify the docs of system_overview (#8269)

Signed-off-by: min.tian <min.tian.cn@gmail.com>
pull/8281/head
min.tian 2021-09-22 11:33:53 +08:00 committed by GitHub
parent 2e160f51bc
commit f834ceafdd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ Each collection or partition contains a set of 'segment groups'. Segment group i
<img src="./figs/system_framework.png" width=800>
The main components, proxy, WAL, query node, and write node can scale to multiple instances. These components scale separately for better tradeoff between availability and cost.
The main components, proxy, WAL, query node, and write node can scale to multiple instances. These components scale separately for a better tradeoff between availability and cost.
The WAL forms a hash ring. Requests (i.e. inserts and deletes) from clients will be repacked by proxy. Operations shared identical hash value (the hash value of primary key) will be routed to the same hash bucket. In addition, some preprocessing work will be done by proxy, such as static validity checking, primary key assignment (if not given by user), timestamp assignment.