[skip ci]Refine words in time travel md (#12047)

Signed-off-by: yanliang567 <yanliang.qiao@zilliz.com>
pull/12329/head
yanliang567 2021-11-29 14:19:24 +08:00 committed by GitHub
parent cad61ea47e
commit 49c9cae18b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ CurrentlyThere 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. 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
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 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