Update ROADMAP.md

This commit is contained in:
tiger.yan
2019-01-09 17:11:23 +08:00
committed by GitHub
parent f9975330e7
commit 75479686ed
+30 -8
View File
@@ -21,13 +21,12 @@ This document defines the roadmap for dble development.
- [x] Cast Functions and Operators
- [x] Bit Functions and Operators
- [x] Aggregate (GROUP BY) Functions
- [ ] VIEW
- [ ] allowMultiQueries
- [ ] Charset
- [ ] allowMultiQueries
- [ ] System Variables
- [ ] User Variables
- [ ] Kill statement
- [x] VIEW
- [x] allowMultiQueries
- [x] Charset
- [x] System Variables
- [x] User Variables
- [x] Kill statement
- [x] Show full tables
- [ ] MySQL5.7 Client/Server Protocol
@@ -51,4 +50,27 @@ This document defines the roadmap for dble development.
- [x] Least frequently used algorithm
- [x] Heterogeneous database
- [x] Migrate Logic
- [x] Other unused Code
- [x] Other unused Code
##### __Manager__
- [ ] Add where filter
- [ ] show DDL status
- [ ] kill DDL & remove Lock
- [ ] reload metadata for special table
- [ ] reload metadata performance
##### __Config__
- [ ] Split schema.xml
- [ ] Split server.xml
##### __Protocol__
- [ ] COM_CHANGE_USER
- [ ] COM_RESET_CONNECTION
- [ ] COM_SET_OPTION
##### __Other__
- [ ] keep alive if just setting a manager user
- [ ] performance
- [ ] refactor global table check
- [ ] HA interface
- [ ] alert interface