mirror of
https://gitee.com/milvus-io/milvus.git
synced 2024-11-30 02:48:45 +08:00
[skip ci] Fix grammar (#13258)
Signed-off-by: Bennu <yunmei.li@zilliz.com>
This commit is contained in:
parent
0c8f27f7b2
commit
d49b3a2f51
@ -64,7 +64,7 @@
|
||||
|
||||
### 2.7 Add virtual channel assignment when creating collection
|
||||
|
||||
1. Add a new field, "number of shards" in the `create collection` request. The "num of shards" tells the `RC` to create the number of virtual channel for this collection.
|
||||
1. Add a new field, "number of shards" in the `create collection` request. The "num of shards" tells the `RC` to create the number of virtual channels for this collection.
|
||||
2. In the current implementation, virtual channels and physical channels have a one-to-one relationship, and the total number of physical channels increases as the number of virtual channels increases; later, the total number of physical channels needs to be fixed, and multiple virtual channels share one physical channel.
|
||||
3. The name of the virtual channel is globally unique, and the `collection meta` records the correspondence between the virtual channel and the physical channel.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user