Skip to content

Commit

Permalink
Update ROADMAP.md
Browse files Browse the repository at this point in the history
  • Loading branch information
yanhuqing666 authored Jan 9, 2019
1 parent f997533 commit 7547968
Showing 1 changed file with 30 additions and 8 deletions.
38 changes: 30 additions & 8 deletions docs/ROADMAP.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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

0 comments on commit 7547968

Please sign in to comment.