Skip to content

Commit

Permalink
roadmap: add more features
Browse files Browse the repository at this point in the history
  • Loading branch information
huachaohuang committed Sep 30, 2018
1 parent 2776e09 commit 0303bf1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/ROADMAP.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,17 @@ This document defines the roadmap for TiKV development.
- [ ] Distributed GC - Distribute MVCC garbage collection control to TiKV

## Coprocessor
- [ ] Coprocessor Chunk Execution - Process data in chunk to improve performance
- [x] Streaming - Cut large data set into small chunks to optimize memory consumption
- [ ] Chunk Execution - Process data in chunk to improve performance
- [ ] Request Tracing - Provide per-request execution details

## Tools
- [x] TiKV Importer - Speed up data importing by SST file ingestion

## Client
- [ ] TiKV client (Rust crate)
- [ ] Batch gRPC Message - Reduce message overhead
- [ ] Flow Control - Do flow control in scheduler to avoid write stall in advance

## PD
- [ ] Optimize Region metadata - Save Region metadata in detached storage engine

0 comments on commit 0303bf1

Please sign in to comment.