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>
pull/12905/head
XuanYang-cn 2021-12-07 19:35:13 +08:00 committed by GitHub
parent e4de86ba42
commit f1ac6e2092
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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: