mirror of https://github.com/milvus-io/milvus.git
[skip ci] Improve retrieve_entity doc (#11790)
Signed-off-by: tumao <yan.wang@zilliz.com>pull/11837/head
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