From 8721a392b7c4e08dc3ef547ef4e2e1ad19667e73 Mon Sep 17 00:00:00 2001 From: Bennu Date: Wed, 22 Dec 2021 19:20:12 +0800 Subject: [PATCH] [skip e2e] Fix grammar (#13984) 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 12552ffcaf..0c17287f97 100644 --- a/docs/design_docs/proxy.md +++ b/docs/design_docs/proxy.md @@ -91,7 +91,7 @@ of meta information in Root Coordinator, it will inform all Proxies to clear the requests will get the latest meta information. For inserts to a collection that is auto_id configured in the collection schema, Proxy assigns a primary key for -every row of insert request. For now the only supported data type of auto-generated primary field is `int64`. Proxy +every row of insert requests. For now the only supported data type of auto-generated primary field is `int64`. Proxy applies for a batch of primary keys from Root Coordinator, and caches them for local assignments. When the primary keys in cache is not enough, Proxy will continue to apply for another batch of primary keys.