mirror of
https://gitee.com/milvus-io/milvus.git
synced 2024-11-30 02:48:45 +08:00
Fix doc error in proxy.md (#9478)
Signed-off-by: JackLCL <chenglong.li@zilliz.com>
This commit is contained in:
parent
ad5c2c8fe5
commit
1e1d22a053
@ -8,7 +8,7 @@ Coordinator, Index Coordinator. The below figure shows that how Proxy interacts
|
||||
|
||||
Proxy divides requests from clients into three classes: `DdRequest`, `DmRequest`, `DqRequest`.
|
||||
|
||||
DdRequest is the shorthand of `Data Definition Request`. These requests means a operation on the meta information of
|
||||
DdRequest is the shorthand of `Data Definition Request`. It means a operation on the meta information of
|
||||
collections, including two parts. One part is of the writing operations on collections, such as defining a schema,
|
||||
creating or dropping a partition, creating or dropping the index and etc. Another part is of the reading operations on
|
||||
collections, such as listing all collections or partitions, checking if a collection or a partition exists.
|
||||
|
Loading…
Reference in New Issue
Block a user