Skip to content

Latest commit

 

History

History
33 lines (30 loc) · 710 Bytes

ROADMAP.md

File metadata and controls

33 lines (30 loc) · 710 Bytes
title category
TiKV Roadmap
Roadmap

TiKV Roadmap

This document defines the roadmap for TiKV development.

  • Raft
    • Region merge
    • Local read thread
    • Multi-thread raftstore
    • None voter
    • Pre-vote
    • Multi-thread apply pool
    • Split region in batch
    • Raft Engine
  • RocksDB
    • DeleteRange
    • BlobDB
  • Transaction
    • Optimize transaction conflicts
    • Distributed GC
  • Coprocessor
    • Streaming
  • Tool
    • Import distributed data
    • Export distributed data
    • Disaster Recovery
  • Flow control and degradation
  • Client
    • TiKV client (Rust crate)