MariaDB supports a lot of commands and interfaces that are closer to NoSQL than to SQL.
Title | Description |
---|---|
HANDLER | Direct access to reading rows from the storage engine. |
HandlerSocket | A NoSQL plugin giving you direct access to InnoDB/XtraDB and SPIDER |
Dynamic Columns | Dynamic columns allow one to store different sets of columns for each row in a table |
Dynamic Columns in MariaDB 10 | Improvements to Dynamic Columns in MariaDB 10 |
Dynamic Column API | Client-side API for reading and writing Dynamic Columns blobs |
Dynamic Columns API | MariaDB 10.0 API for reading and writing dynamic-columns blobs |
Cassandra Storage Engine | A storage engine interface to Cassandra. |
CONNECT | The CONNECT storage engine enables MariaDB to access external local or remote data. |
LOAD_FILE | Returns file contents as a string. |
© 2019 MariaDB
Licensed under the Creative Commons Attribution 3.0 Unported License and the GNU Free Documentation License.
https://mariadb.com/kb/en/nosql/