mirror of https://github.com/milvus-io/milvus.git
enhance: set materializedView.enabled default to true (#39449)
Signed-off-by: chasingegg <chao.gao@zilliz.com>master
parent
a41de38f21
commit
905c3b81dd
|
@ -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…
Reference in New Issue