mirror of
https://gitee.com/milvus-io/milvus.git
synced 2024-12-02 11:59:00 +08:00
3b10085f61
issue: #35859 This PR introduce two new param: toleranceFactor and checkRequestNum, after every checkRequestNum request has been assigned, try to compute querynode's workload score. if the diff is less than the toleranceFactor, replica selection policy will fallback to round_robin, which reduce the average cost to about 500ns. if the diff is larger than the toleranceFactor, replica selection policy will compute querynode's score to select the target node with smallest score in every assigment. --------- Signed-off-by: Wei Liu <wei.liu@zilliz.com> |
||
---|---|---|
.. | ||
autoindex_param_test.go | ||
autoindex_param.go | ||
base_table_test.go | ||
base_table.go | ||
component_param_test.go | ||
component_param.go | ||
grpc_param_test.go | ||
grpc_param.go | ||
hook_config.go | ||
http_param_test.go | ||
http_param.go | ||
param_item.go | ||
quota_param_test.go | ||
quota_param.go | ||
role_param_test.go | ||
role_param.go | ||
runtime.go | ||
service_param_test.go | ||
service_param.go |