TiKV Development Guide
1.
Get Started
1.1.
Build TiKV from Source
1.2.
Import TiKV into an IDE
1.3.
Write and Run Unit Tests
1.4.
Debug and Profile
1.5.
Submit a Pull Request
2.
Contribute to TiKV
2.1.
Community Guideline
2.2.
Committer Guide
2.3.
Report a Bug
2.4.
Contribute code
2.5.
Review a Pull Request
2.6.
Request for Comments
2.7.
Code Style and Quality Guide
2.8.
Write document
3.
Understanding TiKV
3.1.
Overview
3.1.1.
Raw KV
3.1.2.
Transaction KV
3.2.
Scalability
3.2.1.
Region
3.2.2.
Scheduling
3.3.
High Availability
3.3.1.
Raft
3.3.1.1.
raft-rs
3.3.1.2.
Leader Lease
3.3.1.3.
Hibernate Region
3.3.2.
Multi-Raft
3.3.2.1.
Split
3.3.2.2.
Merge
3.3.3.
RaftStore
3.3.3.1.
Actor Model
3.3.3.2.
FSM
3.4.
Transaction
3.4.1.
Percolator
3.4.1.1.
TSO
3.4.1.2.
Encode
3.4.1.3.
Command
3.4.1.4.
Latch and Scheduler
3.4.2.
Pessimistic Transaction
3.4.3.
Async Commit
3.4.4.
1PC
3.4.5.
Stale Read
3.4.6.
CDC
3.5.
Storage
3.5.1.
RocksDB
3.5.2.
Encode
3.5.3.
Import and Export
3.5.4.
IO Rate Limiter
3.6.
Coprocessor
3.6.1.
TiDB Expression Executor
3.6.2.
Coprocessor Plugin
Light (default)
Rust
Coal
Navy
Ayu
TiKV Development Guide
Community Guideline