From 35ac5b313d7271b9109a50edc2db85dba5ef993f Mon Sep 17 00:00:00 2001 From: Bennu Date: Fri, 17 Dec 2021 18:56:17 +0800 Subject: [PATCH] [skip ci] Fix grammar (#13466) Signed-off-by: Bennu --- docs/design_docs/proxy.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/design_docs/proxy.md b/docs/design_docs/proxy.md index 2f6d8d8add..8a3f929013 100644 --- a/docs/design_docs/proxy.md +++ b/docs/design_docs/proxy.md @@ -30,7 +30,7 @@ preprocessing stage and a lot more for other requests. Every object in Milvus wi `CollectionID`, `PartitionID`, `IndexID`, `SegmentID`, etc. Components in Milvus communicate with each other by the object IDs, however, users only know the object name. So as a user access layer of Milvus, Proxy should translate the object name into object ID. Also taking search request as an example, Proxy should translate the `CollectionName` into -`CollectionID` and then the Query Node will recognize the request. Proxy holds a cache that translate object name into +`CollectionID` and then the Query Node will recognize the request. Proxy holds a cache that translates object name into object id and dynamically updates the cache. #### 6.0 Service Discovery based on etcd