일반 관련 구성

common.defaultPartitionName

설명 기본값
컬렉션 생성 시 기본 파티션의 이름 _default

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)의 경우 요청 도착 시간에서 빼야 하는 간격(ms 단위)을 나타냅니다. 5000

common.gracefulStopTimeout

설명 기본값
초. 이 시간 내에 정상 종료 프로세스가 완료되지 않으면 서버를 강제 종료합니다. 1800

common.storageType

설명 기본값
임베디드 Milvus에서 조정해 주십시오: local, 사용 가능한 값은 [local, remote, opendal]이며, minio 값은 더 이상 사용되지 않으므로 대신 remote를 사용하십시오. remote

common.storage.useLoonFFI

설명 기본값
새로운 쓰기 및 압축 출력에 Storage V3를 사용할지 여부입니다. 이 매개변수는 새로 고침이 가능합니다. false

common.simdType

설명 기본값
  • 기본값: auto
  • 유효한 값: [auto, avx512, avx2, avx, sse4_2]
  • 이 구성은 querynode 및 indexnode에서만 사용되며, 검색 및 인덱스 생성을 위한 CPU 명령어 세트를 선택합니다.
  • auto

    common.security.superUsers

    설명 기본값
  • 슈퍼유저는 일부 시스템 확인 프로세스를 무시하며,
  • 예를 들어, 자격 증명을 업데이트할 때의 이전 비밀번호 확인과 같은
  • common.security.defaultRootPassword

    설명 기본값
    root 사용자의 기본 비밀번호입니다. 최대 길이는 72자이며, 큰따옴표를 사용해야 합니다. Milvus

    common.security.rootShouldBindRole

    설명 기본값
    인증 권한이 활성화된 경우 루트 사용자가 역할을 바인딩해야 하는지 여부. false

    common.security.rbac.overrideBuiltInPrivilegeGroups.enabled

    설명 기본값
    내장 권한 그룹을 재정의할지 여부 false

    common.security.rbac.cluster.readonly.privileges

    설명 기본값
    클러스터 수준의 읽기 전용 권한 ListDatabases, SelectOwnership, SelectUser, DescribeResourceGroup, ListResourceGroups, ListPrivilegeGroups

    common.security.rbac.cluster.readwrite.privileges

    설명 기본값
    클러스터 수준 읽기/쓰기 권한 ListDatabases, SelectOwnership, SelectUser, DescribeResourceGroup, ListResourceGroups, ListPrivilegeGroups, FlushAll, TransferNode, TransferReplica, UpdateResourceGroups

    common.security.rbac.cluster.admin.privileges

    설명 기본값
    클러스터 수준 관리자 권한 ListDatabases, SelectOwnership, SelectUser, DescribeResourceGroup, ListResourceGroups, ListPrivilegeGroups, FlushAll, TransferNode, TransferReplica,UpdateResourceGroups, BackupRBAC, RestoreRBAC, CreateDatabase, DropDatabase, CreateOwnership, DropOwnership, ManageOwnership, CreateResourceGroup, DropResourceGroup, UpdateUser, RenameCollection, CreatePrivilegeGroup, DropPrivilegeGroup, OperatePrivilegeGroup

    common.security.rbac.database.readonly.privileges

    설명 기본값
    데이터베이스 수준 읽기 전용 권한 ShowCollections, DescribeDatabase

    common.security.rbac.database.readwrite.privileges

    설명 기본값
    데이터베이스 수준의 읽기/쓰기 권한 ShowCollections, DescribeDatabase, AlterDatabase

    common.security.rbac.database.admin.privileges

    설명 기본값
    데이터베이스 수준 관리자 권한 ShowCollections, DescribeDatabase, AlterDatabase, CreateCollection, DropCollection

    common.security.rbac.collection.readonly.privileges

    설명 기본값
    컬렉션 수준 읽기 전용 권한 Query, Search, IndexDetail, GetFlushState, GetLoadState, GetLoadingProgress, HasPartition, ShowPartitions, DescribeCollection, DescribeAlias, GetStatistics, ListAliases

    common.security.rbac.collection.readwrite.privileges

    설명 기본값
    컬렉션 수준 읽기/쓰기 권한 쿼리, 검색, 인덱스 세부 정보, 플러시 상태 가져오기, 로드 상태 가져오기, 로딩 진행 상황 가져오기, 파티션 존재 여부 확인, 파티션 표시, 컬렉션 설명,DescribeAlias, GetStatistics, ListAliases, Load, Release, Insert, Delete, Upsert, Import, Flush, Compaction, LoadBalance, CreateIndex, DropIndex, CreatePartition, DropPartition

    common.security.rbac.collection.admin.privileges

    설명 기본값
    컬렉션 수준 관리자 권한 쿼리, 검색, 인덱스 세부 정보, 플러시 상태 가져오기, 로드 상태 가져오기, 로딩 진행 상황 가져오기, 파티션 존재 여부 확인, 파티션 표시, 컬렉션 설명,DescribeAlias, GetStatistics, ListAliases, Load, Release, Insert, Delete, Upsert, Import, Flush, Compaction, LoadBalance, CreateIndex, DropIndex, CreatePartition, DropPartition, CreateAlias, DropAlias

    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.locks.maxWLockConditionalWaitTime

    설명 기본값wlock 조건부 대기 시 최대 초
    wlock 조건부 대기 시간의 최대 초 수 600

    common.ttMsgEnabled

    설명 기본값
  • 시스템의 내부 시간 메시징 메커니즘을 비활성화할지 여부.
  • 비활성화(false로 설정)된 경우, 시스템은 삽입, 삭제, 쿼리 및 검색을 포함한 DML 작업을 허용하지 않습니다.
  • 이를 통해 Milvus-CDC가 증분 데이터를 동기화하는 데 도움이 됩니다.
  • true

    common.traceLogMode

    설명 기본값
    요청 정보 추적 0

    common.bloomFilterSize

    설명 기본값
    블룸 필터 초기 크기 100000

    common.bloomFilterType

    설명 기본값
    블룸 필터 유형, BasicBloomFilter 및 BlockedBloomFilter 지원 BlockedBloomFilter

    common.maxBloomFalsePositive

    설명 기본값
    블룸 필터의 최대 오탐지율 0.001

    common.bloomFilterApplyBatchSize

    설명 기본값
    블룸 필터에 PK를 적용할 때의 배치 크기 1000

    common.collectionReplicateEnable

    설명 기본값
    컬렉션 복제를 활성화할지 여부. false

    common.usePartitionKeyAsClusteringKey

    설명 기본값
    true인 경우, 파티션 키 필드에 대해 클러스터링 압축 및 세그먼트 정리를 수행합니다. false

    common.useVectorAsClusteringKey

    설명 기본값
    true인 경우, 벡터 필드에 대해 클러스터링 압축 및 세그먼트 정리를 수행합니다. false

    common.enableVectorClusteringKey

    설명 기본값
    true인 경우, 벡터 클러스터링 키 및 벡터 클러스터링 압축을 활성화합니다. false

    common.localRPCEnabled

    설명 기본값
    믹스 모드 또는 독립 실행 모드에서 내부 통신을 위해 로컬 RPC를 활성화합니다. false

    common.sync.taskPoolReleaseTimeoutSeconds

    설명 기본값
    작업이 완료되고 풀의 리소스가 해제될 때까지 대기하는 최대 시간입니다. 60

    common.clusterID

    설명 기본값
  • 여러 Milvus 클러스터 전반에 걸쳐 전역 고유성을 보장하기 위해 AutoID 생성에 사용되는 클러스터의 고유 식별자입니다.
  • 유효한 값: [0, 1, 2, 3, 4, 5, 6, 7] (최대 8개 클러스터 지원)
  • 여러 클러스터를 실행할 때 AutoID 중복을 방지하려면 각 클러스터에 고유한 clusterID가 있어야 합니다.
  • 이 ID는 64비트 AutoID 구조의 cluster_id 세그먼트에 포함됩니다.
  • 자세한 내용은 기본 필드 및 AutoID를 참조하십시오.
  • 0

    번역DeepL

    관리형 Milvus를 무료로 사용해 보세요

    Zilliz Cloud는 번거로움이 없으며, Milvus 기반으로 10배 더 빠릅니다.

    시작하기
    피드백

    이 페이지가 도움이 되었나요?