mirror of
https://gitee.com/milvus-io/milvus.git
synced 2024-11-30 10:59:32 +08:00
[skip ci] Improve retrieve_entity doc (#11790)
Signed-off-by: tumao <yan.wang@zilliz.com>
This commit is contained in:
parent
9dcee0ae4d
commit
286d17c7a0
@ -35,7 +35,7 @@ Once DataNode receives a Flush command from DataCoord, it sorts the data in the
|
||||
|
||||
QueryNode maintains mapping from primary key to entities in each segment. This mapping updates every time an insert request is processed.
|
||||
|
||||
After receiving the Get request from the client, the Proxy writes the request to the `search` channel and waits for the result returned from the `searchResult` channel.
|
||||
After receiving the Get request from the client, the Proxy sends the request to the `search` channel and waits for the result returned from the `searchResult` channel.
|
||||
|
||||
The processing flow after QueryNode reads the Get request from `search` channel:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user