dble

用于 MySQL Sharding 的高扩展性中间软件。(A High Scalability Middle-ware for MySQL Sharding)

Github星跟踪图

dble

GitHub issues
GitHub closed issues
GitHub forks
GitHub stars
GitHub contributors
GitHub license

Code Quality: Java
Travis-ci build
GitHub release
GitHub download
status

dble (pronouced "double", less bug and no "ou") is maintained by ActionTech.

What is dble?

dble is a high scalability middle-ware for MySQL sharding.

  • Sharding
    As your business grows, you can use dble to replace the origin single MySQL instance.

  • Compatible with MySQL protocol
    Use dble as same as MySQL. You can replace MySQL with dble to power your application without changing a single line of code in most cases.

  • High availability
    dble server can be used as clustered, business will not suffer from single node fail.

  • SQL Support
    Support(some in Roadmap) SQL 92 standard and MySQL dialect. We support complex SQL query like group by, order by, distinct, join ,union, sub-query(in Roadmap) and so on.

  • Complex Query Optimization
    Optimize the complex query, including, without limitation, Global-table join sharding-table, ER-relation tables, Sub-Queries, Simplifying select items, and the like.

  • Distributed Transaction
    Support Distributed Transaction using two-phase commit. You can choose normal mode for performance or XA mode for data safety, of course, the XA mode dependent on MySQL-5.7's XA Transaction, MySQL node's high availability and data reliability of disk.

History

dble is based on MyCat. First of all, thanks to the contributors from MyCat.

For us, focusing on MySQL is a better choice. So we cancelled the support for other databases, deeply improved/optimized its behavior on compatibility, complex query and distributed transaction. And of course, fixed lots of bugs.

For more details, see Roadmap and Issues .

Roadmap

Read the Roadmap.

Architecture

architecture

Quick start

Read the Quick Start or Quick Start With Docker or Quick Start With Docker-Compose.

参见文档快速开始或者Docker快速开始或者Docker-Compose快速开始.

Official website

For more information, please visit the official website.

Documentation

Contributing

Contributions are welcomed and greatly appreciated. See CONTRIBUTING.md
for details on submitting patches and the contribution workflow.

Community

主要指标

概览
名称与所有者actiontech/dble
主编程语言Java
编程语言Shell (语言数: 6)
平台Docker, Linux
许可证GNU General Public License v2.0
所有者活动
创建于2017-08-24 10:58:41
推送于2025-06-04 02:14:10
最后一次提交2025-06-03 13:19:35
发布数163
最新版本名称3.20.10.20/tag (发布于 )
第一版名称2.17.08.0/rel (发布于 )
用户参与
星数1.1k
关注者数74
派生数320
提交数4.1k
已启用问题?
问题数1258
打开的问题数89
拉请求数2401
打开的拉请求数3
关闭的拉请求数157
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?