FederatedX Pluggable Storage Engine 0.01 (Default branch) |
|
|
FederatedX Pluggable Storage Engine is a storage
engine for MySQL that allows you to create a table
that uses a network connection to a remote
database table as its data source, as opposed to
most storage engines that use a table file or
tablespace file as a data source. It is a fork of
the MySQL Federated Storage Engine. Enhancements
include being able to pass pushdown conditions
(such as LIMIT and non-indexed fields in where
clauses) to avoid huge data sets, improvements to
transactional functionality, and support for other
connection schemes (ODBC, JDBC, etc).
License: BSD License (original)
Changes:
Functionality in this release mirrors the working version of the Federated Storage Engine.
|