Gemeinsam verwandte Konfigurationen
common.defaultPartitionName
| Beschreibung | Standardwert |
|---|---|
| Name der Standardpartition, wenn eine Sammlung erstellt wird | _default |
common.defaultIndexName
| Beschreibung | Standardwert |
|---|---|
| Name des Indexes, wenn er mit nicht spezifiziertem Namen erstellt wird | _default_idx |
common.entityExpiration
| Beschreibung | Standardwert |
|---|---|
| Ablauf der Entität in Sekunden, ACHTUNG -1 bedeutet nie ablaufen | -1 |
common.indexSliceSize
| Beschreibung | Standardwert |
|---|---|
| Größe des Index-Slice in MB | 16 |
common.threadCoreCoefficient.highPriority
| Beschreibung | Standardwert |
|---|---|
| Dieser Parameter gibt an, wie oft die Anzahl der Threads die Anzahl der Kerne im Pool mit hoher Priorität ist | 10 |
common.threadCoreCoefficient.middlePriority
| Beschreibung | Standardwert |
|---|---|
| Dieser Parameter gibt an, wie oft die Anzahl der Threads die Anzahl der Kerne im Pool mit mittlerer Priorität ist | 5 |
common.threadCoreCoefficient.lowPriority
| Beschreibung | Standardwert |
|---|---|
| Dieser Parameter gibt an, wie oft die Anzahl der Threads die Anzahl der Kerne im Pool mit niedriger Priorität ist | 1 |
common.gracefulTime
| Beschreibung | Standardwert |
|---|---|
| Millisekunden. Er stellt das Intervall (in ms) dar, um das die Ankunftszeit der Anforderung im Fall von Bounded Consistency abgezogen werden muss. | 5000 |
common.gracefulStopTimeout
| Beschreibung | Standardwert |
|---|---|
| Sekunden. Er erzwingt das Beenden des Servers, wenn der Graceful-Stop-Prozess nicht innerhalb dieser Zeit abgeschlossen wird. | 1800 |
common.storageType
| Beschreibung | Standardwert |
|---|---|
| bitte im eingebetteten Milvus anpassen: local, verfügbare Werte sind [local, remote, opendal], der Wert minio ist veraltet, verwenden Sie stattdessen remote | entfernt |
common.simdType
| Beschreibung | Standardwert |
|---|---|
|
|
auto |
common.security.superUsers
| Beschreibung | Standardwert |
|---|---|
|
|
common.security.defaultRootPassword
| Beschreibung | Standardwert |
|---|---|
| Standardkennwort für den Benutzer root. Die maximale Länge beträgt 72 Zeichen, und es sind doppelte Anführungszeichen erforderlich. | Milvus |
common.security.rootShouldBindRole
| Beschreibung | Standardwert |
|---|---|
| Ob der Root-Benutzer eine Rolle binden soll, wenn die Autorisierung aktiviert ist. | false |
common.security.rbac.overrideBuiltInPrivilegeGroups.enabled
| Beschreibung | Standardwert |
|---|---|
| Ob eingebaute Berechtigungsgruppen außer Kraft gesetzt werden sollen | falsch |
common.security.rbac.cluster.readonly.privileges
| Beschreibung | Standardwert |
|---|---|
| Cluster-Ebene schreibgeschützte Privilegien | ListDatabases,SelectOwnership,SelectUser,DescribeResourceGroup,ListResourceGroups,ListPrivilegeGroups |
common.security.rbac.cluster.readwrite.privileges
| Beschreibung | Standardwert |
|---|---|
| Cluster-Ebene Schreib-Lese-Privilegien | ListDatabases,SelectOwnership,SelectUser,DescribeResourceGroup,ListResourceGroups,ListPrivilegeGroups,FlushAll,TransferNode,TransferReplica,UpdateResourceGroups |
common.security.rbac.cluster.admin.privileges
| Beschreibung | Standardwert |
|---|---|
| Cluster-Level-Admin-Rechte | 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
| Beschreibung | Standardwert |
|---|---|
| Nur-Lese-Rechte auf Datenbankebene | ShowCollections,DescribeDatabase |
common.security.rbac.database.readwrite.privileges
| Beschreibung | Standardwert |
|---|---|
| Schreibrechte auf Datenbankebene | ShowCollections,DescribeDatabase,AlterDatabase |
common.security.rbac.database.admin.privileges
| Beschreibung | Standardwert |
|---|---|
| Datenbankebene Admin-Rechte | ShowCollections,DescribeDatabase,AlterDatabase,CreateCollection,DropCollection |
common.security.rbac.collection.readonly.privileges
| Beschreibung | Standardwert |
|---|---|
| Sammlungsebene Nur-Lese-Rechte | Abfrage,Suche,IndexDetail,GetFlushState,GetLoadState,GetLoadingProgress,HasPartition,ShowPartitions,DescribeCollection,DescribeAlias,GetStatistics,ListAliases |
common.security.rbac.collection.readwrite.privileges
| Beschreibung | Standardwert |
|---|---|
| Lese- und Schreibrechte auf Sammlungsebene | Abfrage,Suche,IndexDetail,GetFlushState,GetLoadState,GetLoadingProgress,HasPartition,ShowPartitions,DescribeCollection,DescribeAlias,GetStatistics,ListAliases,Load,Release,Insert,Delete,Upsert,Import,Flush,Compaction,LoadBalance,CreateIndex,DropIndex,CreatePartition,DropPartition |
common.security.rbac.collection.admin.privileges
| Beschreibung | Standardwert |
|---|---|
| Admin-Rechte auf Sammlungsebene | Abfrage,Suche,IndexDetail,GetFlushState,GetLoadState,GetLoadingProgress,HasPartition,ShowPartitions,DescribeCollection,DescribeAlias,GetStatistics,ListAliases,Load,Release,Insert,Delete,Upsert,Import,Flush,Compaction,LoadBalance,CreateIndex,DropIndex,CreatePartition,DropPartition,CreateAlias,DropAlias |
common.session.ttl
| Beschreibung | Standardwert |
|---|---|
| ttl-Wert, wenn die Sitzung einen Lease an den Registrierungsdienst vergibt | 30 |
common.session.retryTimes
| Beschreibung | Standardwert |
|---|---|
| Wiederholungszeiten, wenn die Sitzung etcd-Anfragen sendet | 30 |
common.locks.metrics.enable
| Beschreibung | Standardwert |
|---|---|
| ob Statistiken für Metriksperren gesammelt werden sollen | falsch |
common.locks.threshold.info
| Beschreibung | Standardwert |
|---|---|
| minimale Millisekunden für die Druckdauer in der Info-Ebene | 500 |
common.locks.threshold.warn
| Beschreibung | Standardwert |
|---|---|
| minimale Millisekunden für die Druckdauer in der Warnstufe | 1000 |
common.locks.maxWLockConditionalWaitTime
| Beschreibung | Standardwert |
|---|---|
| Maximale Sekunden für die Wartezeit in wlock conditional | 600 |
common.ttMsgEnabled
| Beschreibung | Standardwert |
|---|---|
|
|
true |
common.traceLogMode
| Beschreibung | Standardwert |
|---|---|
| Trace-Anfrage-Info | 0 |
common.bloomFilterSize
| Beschreibung | Standardwert |
|---|---|
| Bloom-Filter Anfangsgröße | 100000 |
common.bloomFilterType
| Beschreibung | Standardwert |
|---|---|
| Bloom-Filter-Typ, unterstützt BasicBloomFilter und BlockedBloomFilter | BlockedBloomFilter |
common.maxBloomFalsePositive
| Beschreibung | Standardwert |
|---|---|
| maximale Falsch-Positiv-Rate für Bloom-Filter | 0.001 |
common.bloomFilterApplyBatchSize
| Beschreibung | Standardwert |
|---|---|
| Stapelgröße, wenn pk auf Bloom-Filter angewendet werden soll | 1000 |
common.collectionReplicateEnable
| Beschreibung | Standardwert |
|---|---|
| Angabe, ob die Replikation von Sammlungen aktiviert werden soll. | false |
common.usePartitionKeyAsClusteringKey
| Beschreibung | Standardwert |
|---|---|
| wenn true, Clustering-Verdichtung und Segment Prune auf Partitionsschlüsselfeld durchführen | falsch |
common.useVectorAsClusteringKey
| Beschreibung | Standardwert |
|---|---|
| wenn wahr, Clustering-Verdichtung und Segment Prune auf Vektorfeld durchführen | falsch |
common.enableVectorClusteringKey
| Beschreibung | Standardwert |
|---|---|
| wenn wahr, aktiviere Vektor-Clustering-Schlüssel und Vektor-Clustering-Verdichtung | false |
common.localRPCEnabled
| Beschreibung | Standardwert |
|---|---|
| lokale rpc für interne Kommunikation im Mix- oder Standalone-Modus aktivieren. | falsch |
common.sync.taskPoolReleaseTimeoutSeconds
| Beschreibung | Standardwert |
|---|---|
| Die maximale Zeit, die gewartet wird, bis die Aufgabe beendet ist und die Ressourcen im Pool freigegeben werden | 60 |
common.clusterID
| Beschreibung | Standardwert |
|---|---|
|
|
0 |