mirror of https://github.com/milvus-io/milvus.git
[skip e2e] Fix typo for design doc (#14267)
Signed-off-by: yhmo <yihua.mo@zilliz.com>pull/14281/head
parent
b88b6c49f8
commit
14a9678a5a
|
@ -1,5 +1,5 @@
|
|||
# Time Travel Implementation (Segment Level)
|
||||
Currently,There are two paths to implement time travel:
|
||||
Currently,there are two paths to implement time travel:
|
||||
|
||||
1. Restrict with vec_count, used in growing segment
|
||||
2. Generate bitmask and combine it with DSL calculation results. It is mainly used in sealed segment
|
||||
|
|
Loading…
Reference in New Issue