Enable compaction in config.yaml (#12844)

Helm chart and python tests enabled compaction, yet
the milvus.yaml disabled. This caused local smoke tests
failure

Signed-off-by: yangxuan <xuan.yang@zilliz.com>
This commit is contained in:
XuanYang-cn
2021-12-07 19:35:13 +08:00
committed by GitHub
parent e4de86ba42
commit f1ac6e2092
+1 -1
View File
@@ -168,7 +168,7 @@ dataCoord:
serverMaxSendSize: 2147483647 # math.MaxInt32
clientMaxRecvSize: 104857600 # 100 MB, 100 * 1024 * 1024
clientMaxSendSize: 104857600 # 100 MB, 100 * 1024 * 1024
enableCompaction: false # Enable data segment compression
enableCompaction: true # Enable data segment compression
enableGarbageCollection: false
segment: