[skip ci] Spelling errors (#8156)

Signed-off-by: min.tian <min.tian.cn@gmail.com>
pull/8119/head
min.tian 2021-09-17 18:46:04 +08:00 committed by GitHub
parent b7b28abd77
commit 8722aeb963
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,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 seperately 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 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.