mirror of
https://gitee.com/milvus-io/milvus.git
synced 2024-11-30 02:48:45 +08:00
[skip ci] Fix typo in segment design doc (#11702)
Signed-off-by: Edward Zeng <jie.zeng@zilliz.com>
This commit is contained in:
parent
5eca418dca
commit
0f9562173b
@ -1,7 +1,7 @@
|
||||
# Segment Overview
|
||||
|
||||
There are currently two types of Segment
|
||||
1. Growing segment, dynamic insert is allowed, but can not load index for fast retriving
|
||||
1. Growing segment, dynamic insert is allowed, but can not load index for fast retrieving
|
||||
2. Sealed segment, dynamic insert is disabled, load vector index is supported
|
||||
|
||||
Both Segment types share the same interface, based on `SegmentInterface`, External callers only need to care about the behaviour of the following interface as function declarations and corresponding constructor:
|
||||
@ -22,4 +22,4 @@ See more details about segments at:
|
||||
|
||||
1. [segment_interface.md](segment_interface.md)
|
||||
2. [segment_growing.md](segment_growing.md)
|
||||
3. [segment_sealed.md](segment_sealed.md)
|
||||
3. [segment_sealed.md](segment_sealed.md)
|
||||
|
Loading…
Reference in New Issue
Block a user