milvus/pkg/common
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
..
byte_slice_test.go Format the code (#27275) 2023-09-21 09:45:27 +08:00
byte_slice.go Move some modules from internal to public package (#22572) 2023-04-06 19:14:32 +08:00
common_test.go feat: Support field partial load collection (#35416) 2024-08-20 16:49:02 +08:00
common.go feat: Support stats task to sort segment by PK (#35054) 2024-09-02 14:19:03 +08:00
error_test.go Refine KV errors (#27588) 2023-10-13 17:15:34 +08:00
error.go Refine KV errors (#27588) 2023-10-13 17:15:34 +08:00
key_data_pairs_test.go Format the code (#27275) 2023-09-21 09:45:27 +08:00
key_data_pairs.go Use go-api/v2 for milvus-proto (#24770) 2023-06-09 01:28:37 +08:00
key_value_pairs_test.go Format the code (#27275) 2023-09-21 09:45:27 +08:00
key_value_pairs.go Use go-api/v2 for milvus-proto (#24770) 2023-06-09 01:28:37 +08:00
map_test.go fix: sync part stats task cannot be finished(#30376) (#34027) 2024-06-24 10:16:02 +08:00
map.go fix: sync part stats task cannot be finished(#30376) (#34027) 2024-06-24 10:16:02 +08:00
string_list_test.go Move some modules from internal to public package (#22572) 2023-04-06 19:14:32 +08:00
string_list.go Move some modules from internal to public package (#22572) 2023-04-06 19:14:32 +08:00
tuple.go Move some modules from internal to public package (#22572) 2023-04-06 19:14:32 +08:00
version.go enhance: Bump milvus version to v2.4.2 (#33048) 2024-05-15 13:57:35 +08:00