mirror of
https://gitee.com/milvus-io/milvus.git
synced 2024-12-02 03:48:37 +08:00
enhance: Enable L0 by default (#30998)
Signed-off-by: yangxuan <xuan.yang@zilliz.com>
This commit is contained in:
parent
5016031dc7
commit
ff80d2fd8c
@ -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
|
||||
|
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user