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 (#14566)
Signed-off-by: yhmo <yihua.mo@zilliz.com>
This commit is contained in:
parent
7f2ddfc272
commit
2284c50c60
@ -12,7 +12,7 @@ Currently,there are two paths to implement time travel:
|
||||
|
||||
## SealedSegment Time Travel
|
||||
|
||||
1. During load, data is placed in a continuous memory area named chunk, with following properties:
|
||||
1. During load, data is placed in a continuous memory area named chunk, with the following properties:
|
||||
1. Data is divided into multiple segments
|
||||
2. Data in one segment is ordered by primary key
|
||||
3. Data between Segments is in timestamp order. That is, the timestamp of every entity in the previous segment must be less than the timestamp of the first entity in the next segment
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user