NoSQL
MariaDB supports a lot of commands and interfaces that are closer to NoSQL than to SQL.
Title | Description |
---|---|
CONNECT | The CONNECT storage engine enables MariaDB to access external local or remote data. |
HANDLER | Direct access to reading rows from the storage engine. |
HandlerSocket | A NoSQL plugin giving you direct access to InnoDB and SPIDER. |
Dynamic Columns | Dynamic columns allow one to store different sets of columns for each row in a table |
Dynamic Columns from MariaDB 10 | Improvements to Dynamic Columns from 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 |
JSON Functions | Built-in functions related to JSON. |
LOAD_FILE | Returns file contents as a string. |
Cassandra Storage Engine | A storage engine interface to Cassandra. |
Content reproduced on this site is the property of its respective owners, and this content is not reviewed in advance by MariaDB. The views, information and opinions expressed by this content do not necessarily represent those of MariaDB or any other party.
© 2021 MariaDB
Licensed under the Creative Commons Attribution 3.0 Unported License and the GNU Free Documentation License.
https://mariadb.com/kb/en/nosql/