8000 GitHub - baidule/dble: 基于mysql的高可扩展性的分布式中间件。dble 是基于开源项目MyCat的,在此对于MyCat的贡献者们致以由衷的感谢。 对我们来说,专注于MySQL是一个更好的选择。 所以我们取消了对其他数据库的支持,对兼容性,复杂查询和分布式事务的行为进行了深入的改进/优化。 当然,还修复了一些bugs。详情可见dble对MyCat做的改进。A High Scalability Middle-ware for MySQL Sharding
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
/ dble Public
forked from actiontech/dble

基于mysql的高可扩展性的分布式中间件。dble 是基于开源项目MyCat的,在此对于MyCat的贡献者们致以由衷的感谢。 对我们来说,专注于MySQL是一个更好的选择。 所以我们取消了对其他数据库的支持,对兼容性,复杂查询和分布式事务的行为进行了深入的改进/优化。 当然,还修复了一些bugs。详情可见dble对MyCat做的改进。A High Scalability Middle-ware for MySQL Sharding

License

Notifications You must be signed in to change notification settings

baidule/dble

 
 

Repository files navigation

dble

dble (pronouced "double", less bug and no "ou") is maintain 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 used as clustered, business will not suffer with 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 safe, 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 we should thanks to MyCat's contributors.

For us, focus 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.

Documentation

Contributing

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

Community

  • IRC: Visit our IRC channel
  • QQ group: 669663113

About

基于mysql的高可扩展性的分布式中间件。dble 是基于开源项目MyCat的,在此对于MyCat的贡献者们致以由衷的感谢。 对我们来说,专注于MySQL是一个更好的选择。 所以我们取消了对其他数据库的支持,对兼容性,复杂查询和分布式事务的行为进行了深入的改进/优化。 当然,还修复了一些bugs。详情可见dble对MyCat做的改进。A High Scalability Middle-ware for MySQL Sharding

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 99.3%
  • Other 0.7%
0