milvus/pkg/metrics
cai.zhang 2c9bb4dfa3
feat: Support stats task to sort segment by PK (#35054)
issue: #33744 

This PR includes the following changes:
1. Added a new task type to the task scheduler in datacoord: stats task,
which sorts segments by primary key.
2. Implemented segment sorting in indexnode.
3. Added a new field `FieldStatsLog` to SegmentInfo to store token index
information.

---------

Signed-off-by: Cai Zhang <cai.zhang@zilliz.com>
2024-09-02 14:19:03 +08:00
..
cgo_metrics.go enhance: async search and retrieve in cgo (#33228) 2024-06-22 09:38:02 +08:00
datacoord_metrics.go feat: Support stats task to sort segment by PK (#35054) 2024-09-02 14:19:03 +08:00
datanode_metrics.go fix: Add more throughput in related metrics (#30038) 2024-01-19 11:34:54 +08:00
indexnode_metrics.go Fix historm metrics buckets range for index (#26976) 2023-09-13 17:21:18 +08:00
info_metrics.go enhance: add basic information of milvus into metrics (#29665) 2024-01-29 15:47:02 +08:00
meta_metrics.go Add more metrics (#25081) 2023-06-26 17:52:44 +08:00
metrics_test.go enhance: async search and retrieve in cgo (#33228) 2024-06-22 09:38:02 +08:00
metrics.go feat: Support stats task to sort segment by PK (#35054) 2024-09-02 14:19:03 +08:00
msgstream_metrics.go Add more metrics (#25081) 2023-06-26 17:52:44 +08:00
persistent_store_metrics.go enhance: use WalkWithPrefix api for oss, enable piplined file gc (#31740) 2024-04-25 20:41:27 +08:00
proxy_metrics.go enhance: add metric to record maxInsertRate and queryNodeMemoryHighWaterLevel (#35185) 2024-08-02 10:14:13 +08:00
querycoord_metrics.go fix: metrics leak on the coord nodes (#33075) 2024-05-20 22:03:39 +08:00
querynode_metrics.go enhance: add hit segment num metrics for queryHook (#35577) 2024-08-23 12:49:02 +08:00
rootcoord_metrics.go enhance: add metric to record disk quota (#35305) 2024-08-07 10:26:16 +08:00
streaming_service_metrics.go enhance: streaming service client (#34656) 2024-08-05 21:38:15 +08:00