mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-07 19:31:51 +08:00
[skip ci] Fix grammar (#13460)
Signed-off-by: Bennu <yunmei.li@zilliz.com>
This commit is contained in:
parent
5b5b441601
commit
62e8e1df67
@ -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.
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user