mirror of https://github.com/milvus-io/milvus.git
parent
65faf03923
commit
98cccda0a4
|
@ -21,7 +21,7 @@ collection, querying for specific records of a collection, etc.
|
|||
|
||||
For every request, Proxy will first check if it's valid to be executed by Milvus and if the request is invalid then
|
||||
Proxy will return the error to clients and won't continue to forward this request to other components. The check
|
||||
operation of Proxy includes two parts, one part is static check and another is dynamic check. Static check includes
|
||||
operation of Proxy includes two parts, one part is static check and another is dynamic check. The static check includes
|
||||
parameters check, constraints check, etc. Dynamic check will check some related dependencies of the request, take
|
||||
search requests for example, Proxy should check if the related collection exists in Milvus.
|
||||
|
||||
|
|
Loading…
Reference in New Issue