From a7bbecc9fe4a2679d4eaca67d14552f52c6ecb22 Mon Sep 17 00:00:00 2001 From: siddontang Date: Sun, 8 Jul 2018 22:12:11 +0800 Subject: [PATCH] update TiKV roadmap --- ROADMAP.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/ROADMAP.md b/ROADMAP.md index 96cbfa808c76b..726b716e7aa76 100644 --- a/ROADMAP.md +++ b/ROADMAP.md @@ -43,11 +43,16 @@ This document defines the roadmap for TiDB development. - [ ] Local read thread - [ ] Multi-thread raftstore - [x] None voter - - [ ] Pre-vote -- [x] RocksDB + - [x] Pre-vote + - [ ] Multi-thread apply pool + - [ ] Split region in batch + - [ ] Raft Engine +- [x] RocksDB - [x] DeleteRange + - [ ] BlobDB - [x] Transaction - [x] Optimize transaction conflicts + - [ ] Distributed GC - [x] Coprocessor - [x] Streaming - [ ] Tool @@ -63,6 +68,7 @@ This document defines the roadmap for TiDB development. - [x] Decentralize scheduling table Regions - [x] Scheduler supports prioritization to be more controllable - [ ] Use machine learning to optimize scheduling +- [ ] Cluster Simulator ## TiSpark: