milvus-logo
LFAI
Home
  • Administration Guide

tikv-related Configurations

Related configuration of tikv, used to store Milvus metadata.

Notice that when TiKV is enabled for metastore, you still need to have etcd for service discovery.

TiKV is a good option when the metadata size requires better horizontal scalability.

tikv.endpoints

Description Default Value
Note that the default pd port of tikv is 2379, which conflicts with etcd. 127.0.0.1:2389

tikv.rootPath

Description Default Value
The root path where data is stored in tikv by-dev

tikv.metaSubPath

Description Default Value
metaRootPath = rootPath + '/' + metaSubPath meta

tikv.kvSubPath

Description Default Value
kvRootPath = rootPath + '/' + kvSubPath kv

tikv.requestTimeout

Description Default Value
ms, tikv request timeout 10000

tikv.snapshotScanSize

Description Default Value
batch size of tikv snapshot scan 256

tikv.ssl.enabled

Description Default Value
Whether to support TiKV secure connection mode false

tikv.ssl.tlsCert

Description Default Value
path to your cert file

tikv.ssl.tlsKey

Description Default Value
path to your key file

tikv.ssl.tlsCACert

Description Default Value
path to your CACert file