mirror of https://github.com/tikv/website.git
1.1 KiB
1.1 KiB
| title | description | weight | aliases | |
|---|---|---|---|---|
| TiKV overview | Some basic facts about TiKV | 1 |
|
TiKV is a distributed transactional key-value database originally created by PingCAP to complement TiDB.
{{< info >}} The Ti in TiKV stands for titanium. Titanium has the highest strength-to-density ratio of any metallic element and is named after the Titans of Greek mythology. {{< /info >}}
Features
{{< features >}}
Code
TiKV is written in Rust and powered by the Raft consensus algorithm.
Inspiration
TiKV was originally inspired by Google Spanner and HBase.
Architecture
The basic architecture of TiKV is described in the diagram below:
{{< figure src="/img/basic-architecture.png" caption="The architecture of TiKV" alt="TiKV architecture diagram" width="70" number="1" >}}
You can read more in the Concepts and architecture documentation.