TiKV is a distributed transactional key-value database. It provides conventional key-value operations alongside ACID-compliant distributed transactions.
TiKV uses the Raft consensus algorithm to replicate data and maintain consistency across nodes. Data is stored locally using RocksDB, while the Placement Driver manages cluster metadata, automatic sharding, data migration and load balancing. TiKV can operate independently or serve as the distributed storage layer for TiDB.
This is free and open source software.
Key Features
- Provides raw key-value and transactional APIs.
- Supports ACID-compliant distributed transactions.
- Uses Raft consensus for replication and data consistency.
- Offers horizontal scaling across large clusters.
- Supports automatic sharding, data migration and load balancing through the Placement Driver.
- Provides geo-replication for resilient distributed deployments.
- Supports snapshot isolation and externally consistent reads and writes.
- Includes a coprocessor framework for distributed computation close to stored data.
- Uses RocksDB as its local storage engine.
- Integrates with TiDB as its distributed storage layer.
- Offers client libraries for Go, Java, Rust and C.
- Supports Linux on x86-64 and ARM64 systems.
Website: github.com/tikv/tikv
Support:
Developer: The TiKV Authors
License: Apache License 2.0
TiKV is written in Rust. Learn Rust with our recommended free books and free tutorials.
Related Software
| Key Value Stores | |
|---|---|
| RocksDB | Persistent key-value store for flash and RAM Storage |
| Valkey | High-performance data structure server |
| Apache Cassandra | Distributed database management system |
| ScyllaDB | Real-time big data database |
| Apache Accumulo | Based on Google's BigTable design |
| ArangoDB | Native multi-model database |
| Aerospike CE | Real-time NoSQL database and key-value store |
| Berkeley DB | Family of open source, embeddable databases |
| LevelDB | Fast and lightweight key/value database library by Google |
| Garnet | Remote cache-store |
| KeyDB | High performance fork of Redis |
| Redict | Distributed key/value store |
| Project Voldemort | Distributed data store |
| Scalaris | Distributed transactional key-value store |
Read our verdict in the software roundup.
Explore our comprehensive directory of recommended free and open source software. Our carefully curated collection spans every major software category.This directory is part of our ongoing series of informative articles for Linux enthusiasts. It features hundreds of detailed reviews, along with open source alternatives to proprietary solutions from major corporations such as Google, Microsoft, Apple, Adobe, IBM, Cisco, Oracle, and Autodesk. You’ll also find interesting projects to try, hardware coverage, free programming books and tutorials, and much more. Discovered a useful open source Linux program that we haven’t covered yet? Let us know by completing this form. |


Please read our Comment Policy before commenting.