mirror of
https://gitee.com/milvus-io/milvus.git
synced 2025-12-06 17:18:35 +08:00
[skip ci] Add note for design doc (#13329)
Signed-off-by: yhmo <yihua.mo@zilliz.com>
This commit is contained in:
parent
bfd029fc8f
commit
9eec7dc4fe
@ -396,17 +396,17 @@ type channelsMgr interface {
|
||||
|
||||
- createDMLStream and getDMLStream
|
||||
|
||||
createDMLStream creates the dml message stream of collection;
|
||||
createDMLStream creates the dml message stream of a collection;
|
||||
|
||||
getDMLStream returns the dml message stream of collection;
|
||||
getDMLStream returns the dml message stream of a collection;
|
||||
|
||||
Proxy uses these dml message stream to write dml data, such as insert request.
|
||||
|
||||
- createDQLStream and getDQLStream
|
||||
|
||||
createDQLStream creates the dql message stream of collection;
|
||||
createDQLStream creates the dql message stream of a collection;
|
||||
|
||||
getDQLStream returns the dql message stream of collection;
|
||||
getDQLStream returns the dql message stream of a collection;
|
||||
|
||||
Proxy uses these dql message stream to send search requests.
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user