[skip ci] Add note for design doc (#13329)

Signed-off-by: yhmo <yihua.mo@zilliz.com>
pull/13352/head
groot 2021-12-14 16:03:25 +08:00 committed by GitHub
parent bfd029fc8f
commit 9eec7dc4fe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -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.