milvus/internal/querycoordv2/task
wei liu 02945959d9
enhance: Avoid to iterate whole segment list for each task's process (#33943)
when querycoord process segment task, it will try to iterate whole
segment list to checke whether segment is loaded, which cost too much
cpu if there has thousands of segments.

Signed-off-by: Wei Liu <wei.liu@zilliz.com>
2024-06-19 10:19:58 +08:00
..
action.go enhance: Avoid to iterate whole segment list for each task's process (#33943) 2024-06-19 10:19:58 +08:00
executor.go feat: Major compaction (#33620) 2024-06-10 21:34:08 +08:00
mock_scheduler.go enhance: try to speed up the loading of small collections (#33570) 2024-06-07 08:25:53 +08:00
OWNERS Add OWNERS files for querycoordv2 sub pkgs (#23489) 2023-04-18 15:52:30 +08:00
scheduler.go enhance: Avoid to iterate whole segment list for each task's process (#33943) 2024-06-19 10:19:58 +08:00
task_test.go feat: Major compaction (#33620) 2024-06-10 21:34:08 +08:00
task.go feat: Major compaction (#33620) 2024-06-10 21:34:08 +08:00
utils_test.go enhance: transfer resource group and dbname to querynode when load (#30936) 2024-03-21 11:59:12 +08:00
utils.go enhance: Refactor leader view manager interface (#31133) 2024-04-10 15:13:36 +08:00