From 62e8e1df67ae7c0fece97f3f74196a01a82121de Mon Sep 17 00:00:00 2001 From: Bennu Date: Wed, 15 Dec 2021 21:07:57 +0800 Subject: [PATCH] [skip ci] Fix grammar (#13460) Signed-off-by: Bennu --- docs/design_docs/retrieve_entity.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/design_docs/retrieve_entity.md b/docs/design_docs/retrieve_entity.md index 35897258d9..98cdf55e0c 100644 --- a/docs/design_docs/retrieve_entity.md +++ b/docs/design_docs/retrieve_entity.md @@ -33,7 +33,7 @@ Once DataNode receives a Flush command from DataCoord, it sorts the data in the - Key of statistics file: `${tenant}/insert_log/${collection_id}/${partition_id}/${segment_id}/${field_id}/stats_${log_idx}` - Key of bloom filter file: `${tenant}/insert_log/${collection_id}/${partition_id}/${segment_id}/${field_id}/bf_${log_idx}` -QueryNode maintains mapping from primary key to entities in each segment. This mapping updates every time an insert request is processed. +QueryNode maintains a 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 sends the request to the `search` channel and waits for the result returned from the `searchResult` channel.