milvus/internal/distributed/proxy/httpserver
PowderLi 20fc90c591
enhance: find collection schema from cache (#28782)
issue: #28781 #28329

1. There is no need to call `DescribeCollection`, if the collection's
schema is found in the globalMetaCache
2. did `GetProperties` to check the access to Azure Blob Service while
construct the ChunkManager

Signed-off-by: PowderLi <min.li@zilliz.com>
2023-12-03 19:22:33 +08:00
..
constant.go add a custom http header: Accept-Type-Allow-Int64 (#27901) 2023-11-01 11:42:16 +08:00
handler.go enhance: Support to trace restful request and request error (#28685) 2023-11-27 20:14:26 +08:00
handler_test.go Format the code (#27275) 2023-09-21 09:45:27 +08:00
handler_v1.go enhance: find collection schema from cache (#28782) 2023-12-03 19:22:33 +08:00
handler_v1_test.go enhance: find collection schema from cache (#28782) 2023-12-03 19:22:33 +08:00
request.go [restful] new interface: upsert (#27787) 2023-10-20 09:54:11 +08:00
utils.go enhance: find collection schema from cache (#28782) 2023-12-03 19:22:33 +08:00
utils_test.go enhance: find collection schema from cache (#28782) 2023-12-03 19:22:33 +08:00
wrap_request.go Format the code (#27275) 2023-09-21 09:45:27 +08:00
wrap_request_test.go Format the code (#27275) 2023-09-21 09:45:27 +08:00
wrapper.go Format the code (#27275) 2023-09-21 09:45:27 +08:00
wrapper_test.go Format the code (#27275) 2023-09-21 09:45:27 +08:00