mirror of https://github.com/milvus-io/milvus.git
[skip e2e] Fix typo for design doc (#14482)
Signed-off-by: yhmo <yihua.mo@zilliz.com>pull/14496/head
parent
91995914e5
commit
99f1694815
|
@ -4,7 +4,7 @@ There are currently two types of Segments
|
|||
1. Growing segment, dynamic insert is allowed, but can not load index for fast retrieving
|
||||
2. Sealed segment, dynamic insert is disabled, loading 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:
|
||||
Both Segment types share the same interface, based on `SegmentInterface`, External callers only need to care about the behavior of the following interface as function declarations and corresponding constructor:
|
||||
|
||||
1. `SegmentInterface`
|
||||
2. `SegmentGrowing` & `CreateGrowingSegment`
|
||||
|
|
Loading…
Reference in New Issue