enhance: Enable L0 by default (#30998)

Signed-off-by: yangxuan <xuan.yang@zilliz.com>
This commit is contained in:
XuanYang-cn 2024-03-08 15:53:02 +08:00 committed by GitHub
parent 5016031dc7
commit ff80d2fd8c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -422,7 +422,7 @@ dataCoord:
# During compaction, the size of segment # of rows is able to exceed segment max # of rows by (expansionRate-1) * 100%.
expansionRate: 1.25
# Whether to enable levelzero segment
enableLevelZero: false
enableLevelZero: true
enableCompaction: true # Enable data segment compaction
compaction:
enableAutoCompaction: true

View File

@ -2847,7 +2847,7 @@ During compaction, the size of segment # of rows is able to exceed segment max #
Key: "dataCoord.segment.enableLevelZero",
Version: "2.4.0",
Doc: "Whether to enable LevelZeroCompaction",
DefaultValue: "false",
DefaultValue: "true",
}
p.EnableLevelZeroSegment.Init(base.mgr)