-
Notifications
You must be signed in to change notification settings - Fork 1.2k
RoadMap
bucketli edited this page Sep 24, 2017
·
5 revisions
- Simple DML/QUERY
- Advanced SQL Parser
- DDL/DAL
- Homemade Instructions
- Query plan and optimization
- Relational Algebra Executor
- Distributed paging (Limit m,n)
- Distributed functions support (e.g. MAX / MIN / COUNT / CONCAT ... )
- Distributed aggregation support
- Cost Based Optimizer
- Data Histogram
- Distributed Join (LEFT JOIN / RIGHT JOIN / CROSS JOIN)
- Nest Loop
- Sort Merge
- Hash Join
- Subquery
- Distributed Transactions
- Global Index and optimization
- MPP SQL
- MySQL protocol server
- TensorFlow connector
- Homemade admin tool(Cobar Manager)
- PhpMyAdmin
- MySQL
- MVCC database:
- Transactions
- Distributed File System