common 配置
common.defaultPartitionName
| 说明 | 默认值 |
|---|---|
| 创建 Collection 时的默认 Partition 名称 | 默认 |
common.defaultIndexName
| 默认值 | 默认值 |
|---|---|
| 创建未指定名称的索引时的索引名称 | _default_idx |
common.entityExpiration
| 说明 | 默认值 |
|---|---|
| 实体过期时间,以秒为单位,注意 -1 表示永不过期 | -1 |
common.indexSliceSize
| 说明 | 默认值 |
|---|---|
| 索引切片大小(MB) | 16 |
common.threadCoreCoefficient.highPriority
| 说明 | 默认值 |
|---|---|
| 该参数指定线程数是高优先级池中内核数的多少倍 | 10 |
common.threadCoreCoefficient.middlePriority
| 说明 | 默认值 |
|---|---|
| 该参数指定线程数是中优先级池核心数的多少倍 | 5 |
common.threadCoreCoefficient.lowPriority
| 说明 | 默认值 |
|---|---|
| 该参数用于指定线程数是低优先级池核心数的多少倍 | 1 |
common.gracefulTime
| 说明 | 默认值 |
|---|---|
| 毫秒,表示在 Bounded Consistency 情况下需要减去请求到达时间的间隔(毫秒)。 | 5000 |
common.gracefulStopTimeout
| 描述 | 默认值 |
|---|---|
| 秒,如果在这段时间内未完成优雅停止过程,它将强制退出服务器。 | 1800 |
common.storageType
| 说明 | 默认值 |
|---|---|
| 请在嵌入式 Milvus 中调整:本地,可用值为 [本地、远程、opendal],minio 值已被弃用,请使用远程代替 | remote |
common.simdType
| 说明 | 默认值 |
|---|---|
| auto |
common.security.superUsers
| 说明 | 默认值 |
|---|---|
common.security.defaultRootPassword
| 说明 | 默认值 |
|---|---|
| 根用户的默认密码 | Milvus |
common.session.ttl
| 说明 | 默认值 |
|---|---|
| 会话授予注册服务租期时的 ttl 值 | 30 |
common.session.retryTimes
| 说明 | 默认值 |
|---|---|
| 会话发送 etcd 请求时的重试次数 | 30 |
common.locks.metrics.enable
| 描述 | 默认值 |
|---|---|
| 是否为度量锁收集统计数据 | false |
common.locks.threshold.info
| 说明 | 默认值 |
|---|---|
| 信息级打印持续时间的最小毫秒数 | 500 |
common.locks.threshold.warn
| 说明 | 默认值 |
|---|---|
| 警告级别中打印持续时间的最小毫秒数 | 1000 |
common.ttMsgEnabled
| 说明 | 默认值 |
|---|---|
| true |
common.traceLogMode
| 说明 | 默认值 |
|---|---|
| 记录请求的 Trace 信息 | 0 |
common.bloomFilterSize
| 描述 | 默认值 |
|---|---|
| bloom 过滤器初始大小 | 100000 |
common.maxBloomFalsePositive
| 说明 | 默认值 |
|---|---|
| bloom 过滤器的最大误报率 | 0.001 |
common.bloomFilterType
| 说明 | 默认值 |
|---|---|
| bloom 过滤器类型,支持 BasicBloomFilter 和 BlockedBloomFilter | BasicBloomFilter |
common.bloomFilterApplyBatchSize
| 描述 | 默认值 |
|---|---|
| 将 pk 应用于 BloomFilter 时的批量大小 | 1000 |
common.usePartitionKeyAsClusteringKey
| 说明 | 默认值 |
|---|---|
| 如果为 true,则对 Partition Key 段进行 Clustering Compaction 和分段剪切 | false |
common.useVectorAsClusteringKey
| 说明 | 默认值 |
|---|---|
| 如果为 true,则对向量字段进行 Clustering Compaction 和分段剪裁 | false |
common.enableVectorClusteringKey
| 描述 | 默认值 |
|---|---|
| 如果为 true,则启用向量聚类键和向量 Clustering Compaction | false |