Distributed Data EngineDeveloped 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.
The GNU General Public License (GPL)
Software Developers/Engineers
Expert
Early (Pre-Alpha)
C++
No Comments yet |
VotesWatches2 members are watching this project
You must be logged in to track this project.
Provide Feedback
You must be logged in to comment
|