mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-07 19:31:51 +08:00
enhance: set materializedView.enabled default to true (#39450)
pr: #39449 Signed-off-by: chasingegg <chao.gao@zilliz.com>
This commit is contained in:
parent
e4c6ef9d57
commit
f62eca09a0
@ -517,7 +517,7 @@ This configuration is only used by querynode and indexnode, it selects CPU instr
|
||||
p.EnableMaterializedView = ParamItem{
|
||||
Key: "common.materializedView.enabled",
|
||||
Version: "2.4.6",
|
||||
DefaultValue: "false",
|
||||
DefaultValue: "true", // 2.5.4 version becomes default true
|
||||
}
|
||||
p.EnableMaterializedView.Init(base.mgr)
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user