milvus/internal/indexnode
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
..
chunk_mgr_factory.go enhance: Support MinIO TLS connection (#31311) 2024-03-21 11:15:20 +08:00
chunkmgr_mock.go enhance: Avoid merging insert data when buffering insert msgs (#33562) 2024-06-13 11:15:56 +08:00
etcd_mock.go Remove deprecated io/ioutil usage (#27747) 2023-10-17 20:32:09 +08:00
index_test.go feat: Support stats task to sort segment by PK (#35054) 2024-09-02 14:19:03 +08:00
indexnode_component_mock.go Decouple basetable and componentparam (#26725) 2023-09-05 10:31:48 +08:00
indexnode_service_test.go feat: Support stats task to sort segment by PK (#35054) 2024-09-02 14:19:03 +08:00
indexnode_service.go feat: Support stats task to sort segment by PK (#35054) 2024-09-02 14:19:03 +08:00
indexnode_test.go feat: Support stats task to sort segment by PK (#35054) 2024-09-02 14:19:03 +08:00
indexnode.go feat: Support stats task to sort segment by PK (#35054) 2024-09-02 14:19:03 +08:00
metrics_info_test.go Move some modules from internal to public package (#22572) 2023-04-06 19:14:32 +08:00
metrics_info.go Refine state check (#27541) 2023-10-11 21:01:35 +08:00
OWNERS [skip ci]Update OWNERS files (#11898) 2021-11-16 15:41:11 +08:00
task_analyze.go feat: Support stats task to sort segment by PK (#35054) 2024-09-02 14:19:03 +08:00
task_index.go feat: Support stats task to sort segment by PK (#35054) 2024-09-02 14:19:03 +08:00
task_scheduler_test.go enhance: Support analyze data (#33651) 2024-06-06 17:37:51 +08:00
task_scheduler.go enhance: Support analyze data (#33651) 2024-06-06 17:37:51 +08:00
task_state_test.go feat: Support stats task to sort segment by PK (#35054) 2024-09-02 14:19:03 +08:00
task_state.go IndexCoord handle events correctly (#17878) 2022-07-07 14:44:21 +08:00
task_stats.go feat: Support stats task to sort segment by PK (#35054) 2024-09-02 14:19:03 +08:00
task_test.go feat: Support stats task to sort segment by PK (#35054) 2024-09-02 14:19:03 +08:00
task.go enhance: Support analyze data (#33651) 2024-06-06 17:37:51 +08:00
taskinfo_ops_test.go feat: Support stats task to sort segment by PK (#35054) 2024-09-02 14:19:03 +08:00
taskinfo_ops.go feat: Support stats task to sort segment by PK (#35054) 2024-09-02 14:19:03 +08:00
util_test.go enhance: Support analyze data (#33651) 2024-06-06 17:37:51 +08:00
util.go enhance: Use proto for passing info in cgo (#33184) 2024-05-23 10:31:40 +08:00