Skip to content

Commit

Permalink
Update ROADMAP.md
Browse files Browse the repository at this point in the history
  • Loading branch information
c4pt0r authored and shenli committed Jun 27, 2016
1 parent 0eac76e commit 1628928
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions docs/ROADMAP.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ This document defines the roadmap for TiDB development.
- [x] Join (LEFT JOIN / RIGHT JOIN / CROSS JOIN)
- [x] Simple Subquery
- [x] Asynchronous schema change
- [x] MPP SQL
- [x] Push down


##### __API__
Expand All @@ -33,16 +35,16 @@ This document defines the roadmap for TiDB development.

##### __Admin Tool__
- [x] PhpMyAdmin
- [ ] Homemade admin tool [WIP]
- [x] Homemade admin tool


##### __Storage__
- [x] BoltDB
- [x] GoLevelDB
- [x] RocksDB
- [x] LMDB
- [x] Homemade distributed KV:
- [ ] Transactions
- [ ] Replicate log using Paxos/Raft
- [ ] Auto-Rebalance
- [ ] Geo replicated
- [x] Homemade distributed KV ([pingcap/tikv](https://github.com/pingcap/tikv)):
- [x] Transactions
- [x] Replicate log using Paxos/Raft
- [x] Scale and Auto-Rebalance
- [x] Geo replicated

0 comments on commit 1628928

Please sign in to comment.