diff --git a/pkg/util/paramtable/component_param.go b/pkg/util/paramtable/component_param.go index 82a8b742ea..d5a9e1fd22 100644 --- a/pkg/util/paramtable/component_param.go +++ b/pkg/util/paramtable/component_param.go @@ -461,7 +461,7 @@ This configuration is only used by querynode and indexnode, it selects CPU instr p.EnableMaterializedView = ParamItem{ Key: "common.materializedView.enabled", - Version: "2.5.0", + Version: "2.4.6", DefaultValue: "false", } p.EnableMaterializedView.Init(base.mgr)