[skip ci] Improve retrieve_entity doc (#11790)

Signed-off-by: tumao <yan.wang@zilliz.com>
This commit is contained in:
Tumao 2021-11-15 19:13:52 +08:00 committed by GitHub
parent 9dcee0ae4d
commit 286d17c7a0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: