adjust default value of queryNode.enableDisk (#25404)

Signed-off-by: Wei Liu <wei.liu@zilliz.com>
pull/26130/head
wei liu 2023-08-04 10:07:06 +08:00 committed by GitHub
parent f97d5a7d08
commit 49902f1b37
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -248,7 +248,7 @@ queryNode:
nlist: 128 # growing segment index nlist
nprobe: 16 # nprobe to search growing segment, based on your accuracy requirement, must smaller than nlist
loadMemoryUsageFactor: 1 # The multiply factor of calculating the memory usage while loading segments
enableDisk: true # enable querynode load disk index, and search on disk index
enableDisk: false # enable querynode load disk index, and search on disk index
maxDiskUsagePercentage: 95
cache:
enabled: true