diff --git a/pkg/util/paramtable/component_param.go b/pkg/util/paramtable/component_param.go index dea773b45b..e7ba138aa0 100644 --- a/pkg/util/paramtable/component_param.go +++ b/pkg/util/paramtable/component_param.go @@ -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)