mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-02-02 01:06:41 +08:00
[skip ci]Fix doc error in design doc (#11630)
Signed-off-by: JackLCL <chenglong.li@zilliz.com>
This commit is contained in:
parent
4b1d414329
commit
f8d4baee91
@ -63,7 +63,7 @@ message WatchDmChannelsRequest {
|
||||
|
||||

|
||||
|
||||
Supposing we have segments `s1, s2, s3`, corresponding position `p1, p2, p3`
|
||||
Supposing we have segments `s1, s2, s3`, corresponding positions `p1, p2, p3`
|
||||
|
||||
- Sort positions in reverse order `p3, p2, p1`
|
||||
- Get segments dup range time: `s3 ( p3 > mp_px > p1)`, `s2 (p2 > mp_px > p1)`, `s1(zero)`
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user