milvus/internal/querycoordv2/balance
wei liu 911a915798
feat: enable balance based on growing segment row count (#28623)
issue: #28622 

query node with delegator will has more rows than other query node due
to delgator loads all growing rows.
This PR enable the balance segment which based on the num of growing
rows in leader view.

Signed-off-by: Wei Liu <wei.liu@zilliz.com>
2023-11-27 14:58:26 +08:00
..
balance_test.go Format the code (#27275) 2023-09-21 09:45:27 +08:00
balance.go Format the code (#27275) 2023-09-21 09:45:27 +08:00
mock_balancer.go Remove parser dependency (#27514) 2023-10-08 15:05:31 +08:00
OWNERS Add OWNERS files for querycoordv2 sub pkgs (#23489) 2023-04-18 15:52:30 +08:00
priority_queue_test.go enhance segment balance by considering global rowCount(##22914) (#23056) 2023-04-03 14:16:25 +08:00
priority_queue.go Add license header (#19678) 2022-10-11 11:39:22 +08:00
rowcount_based_balancer_test.go feat: enable balance based on growing segment row count (#28623) 2023-11-27 14:58:26 +08:00
rowcount_based_balancer.go feat: enable balance based on growing segment row count (#28623) 2023-11-27 14:58:26 +08:00
score_based_balancer_test.go feat: enable balance based on growing segment row count (#28623) 2023-11-27 14:58:26 +08:00
score_based_balancer.go feat: enable balance based on growing segment row count (#28623) 2023-11-27 14:58:26 +08:00
utils.go Change task sourceID to stringer interface (#27965) 2023-10-27 01:08:12 +08:00