阅读 72

HiveDB | Open Source framework for horizontally partitioning MySQL systems

  • HiveDB is an open source framework for horizontally partitioning MySQL systems. Building scalable and high performance MySQL-backed systems requires a good deal of expertise in designing the system and implementing the code. One of the main strategies for scaling MySQL is by partitioning your data across many servers. While it is not difficult to accomplish this, it is difficult to do it in such a way that the system is easily maintained and transparent to the developer.

    Horizontal partitioning is not a new idea; far from it. It has been built and is in production by many different companies, but none of them yet have:

    HiveDB is an Open Source framework, built in Java, that implements the core ideas behind horizontal partitioning in a clear and concise way.

    • Built an easily extensible platform

    • Released the code as Open Source



文章分类
代码人生
版权声明:本站是系统测试站点,无实际运营。本文内容由互联网用户自发贡献,该文观点仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容, 请发送邮件至 XXXXXXo@163.com 举报,一经查实,本站将立刻删除。
相关推荐