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

Signed-off-by: chasingegg <chao.gao@zilliz.com>
master
Gao 2025-01-20 20:39:04 +08:00 committed by GitHub
parent a41de38f21
commit 905c3b81dd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

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)