Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update ROADMAP.md #453

Merged
merged 1 commit into from
Apr 30, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 13 additions & 13 deletions ROADMAP.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,29 +30,29 @@ This document defines the roadmap for TiDB development.
## TiKV:

- [ ] Raft
- [ ] Region merge
- [x] Region merge
- [ ] Local read thread
- [ ] Multi-thread raftstore
- [ ] None voter
- [x] None voter
- [ ] Pre-vote
- [ ] RocksDB
- [ ] DeleteRange
- [ ] Transaction
- [ ] Optimize transaction conflicts
- [ ] Coprocessor
- [ ] Streaming
- [x] RocksDB
- [x] DeleteRange
- [x] Transaction
- [x] Optimize transaction conflicts
- [x] Coprocessor
- [x] Streaming
- [ ] Tool
- [ ] Import distributed data
- [x] Import distributed data
- [ ] Export distributed data
- [ ] Disaster Recovery
- [ ] Flow control and degradation

## PD:

- [ ] Improve namespace
- [ ] Different replication policies for different namespaces and tables
- [ ] Decentralize scheduling table regions
- [ ] Scheduler supports prioritization to be more controllable
- [x] Improve namespace
- [x] Different replication policies for different namespaces and tables
- [x] Decentralize scheduling table regions
- [x] Scheduler supports prioritization to be more controllable
- [ ] Use machine learning to optimize scheduling

## TiSpark:
Expand Down