未验证 提交 e6160940 编写于 作者: S SS 提交者: GitHub

[skip ci] Fix grammar (#13366)

Signed-off-by: Nsida shen <sida.shen@zilliz.com>
上级 36e91300
...@@ -7,7 +7,7 @@ Growing segment has the following additional interfaces: ...@@ -7,7 +7,7 @@ Growing segment has the following additional interfaces:
2. `Insert(reseveredOffset, size, ...Data...)`: write `...Data...` into range `[reseveredOffset, reseveredOffset + size)`. This interface is allowed to be called concurrently. 2. `Insert(reseveredOffset, size, ...Data...)`: write `...Data...` into range `[reseveredOffset, reseveredOffset + size)`. This interface is allowed to be called concurrently.
1. `...Data...` contains row_ids, timestamps two system attributes, and other columns 1. `...Data...` contains row_ids, timestamps two system attributes, and other columns
2. data columns can be stored either row based or column based. 2. data columns can be stored either row-based or column based.
3. `PreDelete & Delete(reseveredOffset, row_ids, timestamps)` is a delete interface similar to insert interface. 3. `PreDelete & Delete(reseveredOffset, row_ids, timestamps)` is a delete interface similar to insert interface.
Growing segment stores data in the form of chunk. The number of rows in each chunk is restricted by configs. Growing segment stores data in the form of chunk. The number of rows in each chunk is restricted by configs.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册