diff --git a/internal/util/paramtable/component_param.go b/internal/util/paramtable/component_param.go index 9e1ac34052..72417d5cf0 100644 --- a/internal/util/paramtable/component_param.go +++ b/internal/util/paramtable/component_param.go @@ -1753,7 +1753,7 @@ the number of binlog file reaches to max value.`, p.EnableAutoCompaction = ParamItem{ Key: "dataCoord.compaction.enableAutoCompaction", Version: "2.0.0", - DefaultValue: "false", + DefaultValue: "true", Export: true, } p.EnableAutoCompaction.Init(base.mgr)