mirror of
https://gitee.com/milvus-io/milvus.git
synced 2024-12-02 11:59:00 +08:00
[skip ci]Improve flush collections doc (#10410)
Signed-off-by: tumao <yan.wang@zilliz.com>
This commit is contained in:
parent
d9cd783650
commit
9659054138
@ -3,7 +3,7 @@ The `Flush` operation is used to make sure that inserted data will be written in
|
||||
|
||||
![flush_collections](./graphs/flush_data_coord.png)
|
||||
|
||||
1. Firstly, `SDK` starts a `Flush` request to `Proxy` via `Grpc`, the `proto` is defined as follows:
|
||||
1. Firstly, `SDK` sends a `Flush` request to `Proxy` via `Grpc`, the `proto` is defined as follows:
|
||||
```proto
|
||||
service MilvusService {
|
||||
...
|
||||
|
Loading…
Reference in New Issue
Block a user