我要评分
获取效率
正确性
完整性
易理解

Compiling and Installing TiKV

TiKV is an open source, distributed, and transactional key-value database. TiKV provides typical key-value APIs and ACID-compliant transactional APIs. Build in Rust and powered by Raft, TiKV was originally created to complement TiDB (a distributed MySQL-compatible HTAP database).

  1. Obtain the TiKV source package.
    1
    2
    3
    4
    cd /home/
    git clone https://github.com.cnpmjs.org/tikv/tikv.git
    cd tikv/
    git checkout v3.0.13
    
  2. Compile and install TiKV.
    1
    cargo build