enhance: set materializedView.enabled default to true (#39450)

pr: #39449

Signed-off-by: chasingegg <chao.gao@zilliz.com>
This commit is contained in:
Gao 2025-01-20 19:55:04 +08:00 committed by GitHub
parent e4c6ef9d57
commit f62eca09a0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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)