TiKV is inspired by the design of Google Spanner and HBase, but much simpler (Doesn't depend on any distributed file system).
-
Geo-Replication
TiKV uses Raft to support Geo-Replication. We have ported etcd's raft implementation to Rust. -
Horizontal scalability
-
Consistent distributed transactions
-
Coprocessor support
-
Working with TiDB
This project requires rust nightly, otherwise it can't build.
- Thanks etcd for providing some great open source tools.
- Thanks RocksDB for their powerful storage engines.
- Thanks mio for providing metal IO library for Rust.
- Thanks rust-clippy. We do love the great project.