mirror of
https://gitee.com/milvus-io/milvus.git
synced 2025-12-06 17:18:35 +08:00
[skip e2e]Update milvus component name (#14501)
Signed-off-by: yanliang567 <yanliang.qiao@zilliz.com>
This commit is contained in:
parent
38c431e98e
commit
3a72a255ee
@ -467,7 +467,7 @@ message HasPartitionRequest {
|
||||
```
|
||||
|
||||
## LoadPartitions
|
||||
Load multiple partitions data into cache of query node. Return a `common.Status`(see [common.Status](#status)) to tell client whether the operation is successful.
|
||||
Load multiple partitions data into cache of QueryNode. Return a `common.Status`(see [common.Status](#status)) to tell client whether the operation is successful.
|
||||
Note: this interface only send a request to server ask to load partitions, it returns at once after the request is consumed. Loading progress is asynchronously.
|
||||
```
|
||||
rpc LoadPartitions(LoadPartitionsRequest) returns (common.Status) {}
|
||||
@ -492,7 +492,7 @@ message LoadPartitionsRequest {
|
||||
```
|
||||
|
||||
## ReleasePartitions
|
||||
Release partitions data from cache of query node. Return a `common.Status`(see [common.Status](#status)) to tell client whether the operation is successful.
|
||||
Release partitions data from cache of QueryNode. Return a `common.Status`(see [common.Status](#status)) to tell client whether the operation is successful.
|
||||
```
|
||||
rpc ReleasePartitions(ReleasePartitionsRequest) returns (common.Status) {}
|
||||
```
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user