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.
  
    
      | Description | Default Value | 
  
  
    
      | Note that the default pd port of tikv is 2379, which conflicts with etcd. | 127.0.0.1:2389 | 
  
  
    
      | Description | Default Value | 
  
  
    
      | The root path where data is stored in tikv | by-dev | 
  
  
    
      | Description | Default Value | 
  
  
    
      | kvRootPath = rootPath + '/' + kvSubPath | kv | 
  
  
    
      | Description | Default Value | 
  
  
    
      | ms, tikv request timeout | 10000 | 
  
  
    
      | Description | Default Value | 
  
  
    
      | batch size of tikv snapshot scan | 256 | 
  
  
    
      | Description | Default Value | 
  
  
    
      | Whether to support TiKV secure connection mode | false | 
  
  
    
      | Description | Default Value | 
  
  
    
      | path to your cert file |  | 
  
  
    
      | Description | Default Value | 
  
  
    
      | path to your key file |  | 
  
  
    
      | Description | Default Value | 
  
  
    
      | path to your CACert file |  |