mirror of https://github.com/milvus-io/milvus.git
Cherry-pick from master pr: #29668 See also #29113 The collection schema is crucial when performing search/query but some of the information is calculated for every request. This PR change schema field of cached collection info into a utility `schemaInfo` type to store some stable result, say pk field, partitionKeyEnabled, etc. And provided field name to id map for search/query services. --------- Signed-off-by: Congqi Xia <congqi.xia@zilliz.com> |
||
---|---|---|
.. | ||
datacoord | ||
datanode | ||
indexnode | ||
proxy | ||
querycoord | ||
querynode | ||
rootcoord | ||
utils | ||
OWNERS | ||
connection_manager.go | ||
connection_manager_test.go |