CONNECT
Explore the CONNECT storage engine in MariaDB Server. Learn how to access various data sources, including files and remote databases, directly from your MariaDB instance.
Note: You can download a PDF version of the CONNECT documentation (1.7.0003).
Connect Version
Introduced
Maturity
Connect 1.04.0006
MariaDB 10.2.0, MariaDB 10.1.13,
Stable
The CONNECT storage engine enables MariaDB to access external local or remote data (MED). This is done by defining tables based on different data types, in particular files in various formats, data extracted from other DBMS or products (such as Excel or MongoDB) via ODBC or JDBC, or data retrieved from the environment (for example DIR, WMI, and MAC tables)
This storage engine supports table partitioning, MariaDB virtual columns and permits definingspecial columns such as ROWID, FILEID, and SERVID.
No precise definition of maturity exists. Because CONNECT handles many table types, each type has a different maturity depending on whether it is old and well-tested, less well-tested or newly implemented. This will be indicated for all data types.
Last updated
Was this helpful?