mirror of https://github.com/milvus-io/milvus.git
[skip ci]Update typos in timetravel md (#12007)
Signed-off-by: yanliang567 <yanliang.qiao@zilliz.com>pull/12018/head
parent
2b566eb622
commit
1f275e92b4
|
@ -14,8 +14,8 @@ Currently,There are two paths to implement time travel:
|
|||
|
||||
1. During load, data is placed in a continuous memory area named chunk, with following properties:
|
||||
1. Data is divided into multiple segments
|
||||
2. The data in one segment is ordered by primary key
|
||||
3. Data between Segment is in timestamp order. Namely that the ts of any entity of the previous segment must be less than the timestamp of the first entity in next segment
|
||||
2. Data in one segment is ordered by primary key
|
||||
3. Data between Segments is in timestamp order. That is, the ts of any entity of the previous segment must be less than the timestamp of the first entity in next segment
|
||||
|
||||
2. The Algorithm for time travel is
|
||||
1. Use get_active_count interface, find the last segment containing a legal ts, and return the last element position of this segment as vec_count
|
||||
|
|
Loading…
Reference in New Issue