milvus/pkg/util/metricsinfo
Spade A faeb7fd410
feat: impl StructArray -- create schema, insert, and retrieve data (#42855)
Ref https://github.com/milvus-io/milvus/issues/42148

https://github.com/milvus-io/milvus/pull/42406 impls the segcore part of
storage for handling with VectorArray.
This PR:
1. impls the go part of storage for VectorArray
2. impls the collection creation with StructArrayField and VectorArray
3. insert and retrieve data from the collection.

---------

Signed-off-by: SpadeA <tangchenjie1210@gmail.com>
Signed-off-by: SpadeA-Tang <tangchenjie1210@gmail.com>
Signed-off-by: SpadeA-Tang <u6748471@anu.edu.au>
2025-07-27 01:30:55 +08:00
..
cache.go Format the code (#27275) 2023-09-21 09:45:27 +08:00
cache_test.go Format the code (#27275) 2023-09-21 09:45:27 +08:00
err.go feat: add tasks page into management WebUI (#37002) 2024-10-28 10:13:29 +08:00
metric_request.go fix: v2.6 WebUI metrics response schema change bug (#42957) 2025-07-08 22:56:47 +08:00
metric_request_test.go fix: v2.6 WebUI metrics response schema change bug (#42957) 2025-07-08 22:56:47 +08:00
metrics_info.go feat: impl StructArray -- create schema, insert, and retrieve data (#42855) 2025-07-27 01:30:55 +08:00
metrics_info_test.go enhance: Merge IndexNode and DataNode (#40272) 2025-03-13 14:26:11 +08:00
quota_metric.go enhance: add quota limit based on sn consuming lag (#43105) 2025-07-11 14:10:49 +08:00
topology.go enhance: Merge IndexNode and DataNode (#40272) 2025-03-13 14:26:11 +08:00
topology_test.go enhance: Merge IndexNode and DataNode (#40272) 2025-03-13 14:26:11 +08:00
utils.go feat: impl StructArray -- create schema, insert, and retrieve data (#42855) 2025-07-27 01:30:55 +08:00
utils_test.go feat: add segment/channel/task/slow query render (#37561) 2024-11-12 17:44:29 +08:00