Distributed Data Engine

Developed In: C++  — Status:  Early (Pre-Alpha)

The Distributed Data Engine is an Open Source project that is dedicated to provide a Storage Engine for distributed data according to workload statistics. This engine will be a Pluggable Storage Engine for MySQL. This way all functionality from the core MySQL server can be used and the engine only needs to implement the actual data distribution. There are two main use cases for the engine. The first one is to reduce the network traffic by distributing the data according to where the data will be needed next. The other is to speed up full table scans by equally distributing the data among all servers using the I/O throughput of the all nodes plus evaluating the WHERE clauses before all data is merged in one node on the single node.

Lenz Grimmer
The GNU General Public License (GPL)
Software Developers/Engineers
Expert
Early (Pre-Alpha)
C++

Current Tags

You must be logged in to tag this project

No Comments yet

Votes

Not yet rated.
You must be logged in to vote.

Watches

2 members are watching this project
You must be logged in to track this project.

Provide Feedback

Please note:
HTML will be purified, but we allow for a number of HTML tags so that you have the flexibility to decorate your comment text to some extent. The comments allow the following HTML tags:

strong, b, em, blockquote, a, code, pre

To put code into your comment, simply encapsulate your code with
[code language="XXX"][/code], where XXX is any common language, for instance "PHP", "SQL", "C", etc.



You must be logged in to comment