未验证 提交 8722aeb9 编写于 作者: M min.tian 提交者: GitHub

[skip ci] Spelling errors (#8156)

Signed-off-by: Nmin.tian <min.tian.cn@gmail.com>
上级 b7b28abd
......@@ -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.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册