mirror of https://github.com/milvus-io/milvus.git
[skip ci]Update the bullet format (#13266)
Signed-off-by: yanliang567 <yanliang.qiao@zilliz.com>pull/13283/head
parent
0445c70714
commit
c136346b6c
|
@ -10,8 +10,8 @@ A. One message stream to one vchannel, so there are one start position and one e
|
|||
B. Only when datanode flushes, datanode will update every segment's position.
|
||||
An optimization: update position of
|
||||
|
||||
- a. Current flushing segment
|
||||
- b. StartPosition of segments has never been flushed.
|
||||
1. Current flushing segment
|
||||
2. StartPosition of segments has never been flushed.
|
||||
|
||||
C. DataNode auto-flush is a valid flush.
|
||||
|
||||
|
|
Loading…
Reference in New Issue