mirror of
https://gitee.com/milvus-io/milvus.git
synced 2024-11-29 18:38:44 +08:00
enhance: storeageType default value change to remote (#28792)
/kind enhancement /cc @PowderLi Signed-off-by: shaoyue.chen <shaoyue.chen@zilliz.com>
This commit is contained in:
parent
b592f08db3
commit
8b2b0d412c
@ -530,7 +530,7 @@ common:
|
||||
BeamWidthRatio: 4
|
||||
gracefulTime: 5000 # milliseconds. it represents the interval (in ms) by which the request arrival time needs to be subtracted in the case of Bounded Consistency.
|
||||
gracefulStopTimeout: 1800 # seconds. it will force quit the server if the graceful stop process is not completed during this time.
|
||||
storageType: minio # please adjust in embedded Milvus: local
|
||||
storageType: remote # please adjust in embedded Milvus: local, available values are [local, remote, opendal], value minio is deprecated, use remote instead
|
||||
# Default value: auto
|
||||
# Valid values: [auto, avx512, avx2, avx, sse4_2]
|
||||
# This configuration is only used by querynode and indexnode, it selects CPU instruction set for Searching and Index-building.
|
||||
|
@ -489,8 +489,8 @@ This configuration is only used by querynode and indexnode, it selects CPU instr
|
||||
p.StorageType = ParamItem{
|
||||
Key: "common.storageType",
|
||||
Version: "2.0.0",
|
||||
DefaultValue: "minio",
|
||||
Doc: "please adjust in embedded Milvus: local, available values are [local, minio, remote, opendal]]",
|
||||
DefaultValue: "remote",
|
||||
Doc: "please adjust in embedded Milvus: local, available values are [local, remote, opendal], value minio is deprecated, use remote instead",
|
||||
Export: true,
|
||||
}
|
||||
p.StorageType.Init(base.mgr)
|
||||
|
Loading…
Reference in New Issue
Block a user