mirror of
https://gitee.com/milvus-io/milvus.git
synced 2025-12-07 09:38:39 +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
|
## 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.
|
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) {}
|
rpc LoadPartitions(LoadPartitionsRequest) returns (common.Status) {}
|
||||||
@ -492,7 +492,7 @@ message LoadPartitionsRequest {
|
|||||||
```
|
```
|
||||||
|
|
||||||
## ReleasePartitions
|
## 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) {}
|
rpc ReleasePartitions(ReleasePartitionsRequest) returns (common.Status) {}
|
||||||
```
|
```
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user