Skip to content

Commit

Permalink
enhance: set materializedView.enabled default to true (#39449)
Browse files Browse the repository at this point in the history
Signed-off-by: chasingegg <[email protected]>
  • Loading branch information
chasingegg authored Jan 20, 2025
1 parent a41de38 commit 905c3b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/util/paramtable/component_param.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit 905c3b8

Please sign in to comment.