mirror of
https://gitee.com/milvus-io/milvus.git
synced 2025-12-06 17:18:35 +08:00
enhance: Revert default l0 forward policy to FilterByBF (#37867)
Related to #37767 --------- Signed-off-by: Congqi Xia <congqi.xia@zilliz.com>
This commit is contained in:
parent
84259040f7
commit
83df725146
@ -467,7 +467,7 @@ queryNode:
|
||||
taskQueueExpire: 60 # Control how long (many seconds) that queue retains since queue is empty
|
||||
enableCrossUserGrouping: false # Enable Cross user grouping when using user-task-polling policy. (Disable it if user's task can not merge each other)
|
||||
maxPendingTaskPerUser: 1024 # Max pending task per user in scheduler
|
||||
levelZeroForwardPolicy: RemoteLoad # delegator level zero deletion forward policy, possible option["FilterByBF", "RemoteLoad"]
|
||||
levelZeroForwardPolicy: FilterByBF # delegator level zero deletion forward policy, possible option["FilterByBF", "RemoteLoad"]
|
||||
streamingDeltaForwardPolicy: FilterByBF # delegator streaming deletion forward policy, possible option["FilterByBF", "Direct"]
|
||||
dataSync:
|
||||
flowGraph:
|
||||
|
||||
@ -3023,7 +3023,7 @@ Max read concurrency must greater than or equal to 1, and less than or equal to
|
||||
Key: "queryNode.levelZeroForwardPolicy",
|
||||
Version: "2.4.12",
|
||||
Doc: "delegator level zero deletion forward policy, possible option[\"FilterByBF\", \"RemoteLoad\"]",
|
||||
DefaultValue: "RemoteLoad",
|
||||
DefaultValue: "FilterByBF",
|
||||
Export: true,
|
||||
}
|
||||
p.LevelZeroForwardPolicy.Init(base.mgr)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user