Skip to content

Latest commit

 

History

History
64 lines (56 loc) · 1.06 KB

ROADMAP.md

File metadata and controls

64 lines (56 loc) · 1.06 KB

Roadmap

SQL

  • CRUD
    • Simple CRUD
    • Batch Insert
    • Update Multiple Tables
  • Aggregation Functions
    • MAX
    • MIN
    • COUNT
    • SUM
    • AVG
  • Group By
    • Simple GROUP BY
    • Distinct
    • Having
  • Order By
  • Limit
  • Join
    • INNER
    • OUTER
    • Binding Table
    • Cartesian Product
  • DDL
  • Complicated SQL
    • OR
    • UNION / UNION ALL
    • Subquery

Database

  • MySQL
  • Oracle
  • SQLServer
  • PostgreSQL

Distributed features

  • Sharding
  • Read/Write Splitting
  • Distributed PK

BASE transaction

  • Best Efforts Delivery
  • Try Confirm Cancel

API

  • JDBC API
  • MySQL Protocol Server

Configuration

  • Java API
  • Spring Namespace
  • Yaml

Operation Tool

  • High Availability
  • Scale Out / Data Migration
  • Registry Center

Optimize

  • Parse Module Without Druid
  • Hint Skip Parse SQL
  • Customize SQL Rewrite
  • Dictionary Table Multicast