mirror of
https://gitee.com/milvus-io/milvus.git
synced 2025-12-07 01:28:27 +08:00
[skip e2e] Fix typo for design doc (#14740)
Signed-off-by: yhmo <yihua.mo@zilliz.com>
This commit is contained in:
parent
75b0e9935b
commit
369b26e85b
@ -43,7 +43,7 @@ Used to manage concurrent inserted data, including:
|
|||||||
|
|
||||||
1. `atomic<int64_t> reserved` reserved space calculation
|
1. `atomic<int64_t> reserved` reserved space calculation
|
||||||
2. `AckResponder` calculate which segment to insert, returns current segment offset
|
2. `AckResponder` calculate which segment to insert, returns current segment offset
|
||||||
3. `ConcurrentVector` store data columns, each column has one concurrent vector
|
3. `ConcurrentVector` stores data columns, each column has one concurrent vector
|
||||||
|
|
||||||
The following steps are executed when insert,
|
The following steps are executed when insert,
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user