From c80545cd04167e81c0207ab6d760374cca91ce5d Mon Sep 17 00:00:00 2001 From: siddontang Date: Sun, 29 Apr 2018 20:53:33 -0700 Subject: [PATCH] Update ROADMAP.md --- ROADMAP.md | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/ROADMAP.md b/ROADMAP.md index 0927ff786d196..f4e10a4d32a12 100644 --- a/ROADMAP.md +++ b/ROADMAP.md @@ -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: