mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-07 19:31:51 +08:00
[skip e2e] Add note for design doc (#13586)
Signed-off-by: yhmo <yihua.mo@zilliz.com>
This commit is contained in:
parent
996573ecce
commit
b2150e5ecb
@ -135,6 +135,6 @@ _Notes:_
|
||||
|
||||
1. In `Proxy`, all `DDL` requests will be wrapped into `task`, and push the `task` into `DdTaskQueue`.
|
||||
A background service will read a new `task` from `DdTaskQueue` only when the previous one is finished.
|
||||
So all the `DDL` requests are executed serially on `Proxy`
|
||||
So all the `DDL` requests are executed serially on `Proxy`.
|
||||
|
||||
2. In `RootCoord`, all `DDL` requests will be wrapped into `reqTask`, but there is no task queue, so the `DDL` requests will be executed in parallel on `RootCoord`.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user