Set compaction default value to be true (#25424)

Signed-off-by: xiaofan-luan <xiaofan.luan@zilliz.com>
This commit is contained in:
Xiaofan 2023-07-08 11:04:25 +08:00 committed by GitHub
parent 268368031c
commit b437195e17
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2008,7 +2008,7 @@ the number of binlog file reaches to max value.`,
p.EnableCompaction = ParamItem{
Key: "dataCoord.enableCompaction",
Version: "2.0.0",
DefaultValue: "false",
DefaultValue: "true",
Doc: "Enable data segment compaction",
Export: true,
}