1 Star 0 Fork 53

心碎滴鱼 / tidb

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
ROADMAP.md 1.05 KB
一键复制 编辑 原始数据 按行查看 历史
goroutine 提交于 2017-08-08 11:26 . Update ROADMAP.md

Roadmap

This document defines the roadmap for TiDB development.

SQL Layer
  • Simple CRUD / DDL
  • Index support
  • Index optimization
  • Query plan optimization
  • Transactions
  • Functions support (e.g. MAX / MIN / COUNT / CONCAT ... )
  • Aggregation support
    • Group by clause
    • Order by clause
    • Distinct clause
  • Join (LEFT JOIN / RIGHT JOIN / CROSS JOIN)
  • Simple Subquery
  • Asynchronous schema change
  • MPP SQL
    • Push down
API
  • MySQL protocol server
  • MySQL X Protocol
  • PostgreSQL protocol server
  • JSON support
  • Document store
  • Spark connector
Application
  • Gogs
  • Wordpress
  • Phabricator
Admin Tool
  • PhpMyAdmin
  • Homemade admin tool
Storage
  • BoltDB
  • GoLevelDB
  • Homemade distributed KV (pingcap/tikv):
    • Transactions
    • Replicate log using Raft
    • Scale-out (Auto-rebalance)
    • Geo replicated
Go
1
https://gitee.com/congzhanlong/tidb.git
git@gitee.com:congzhanlong/tidb.git
congzhanlong
tidb
tidb
master

搜索帮助