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:

  • Built an easily extensible platform
  • Released the code as Open Source

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

声明:本站所有文章,如无特殊说明或标注,均为本站原创发布。任何个人或组织,在未征得本站同意时,禁止复制、盗用、采集、发布本站内容到任何网站、书籍等各类媒体平台。如若本站内容侵犯了原著者的合法权益,可联系我们进行处理。