For the complete documentation index, see llms.txt. This page is also available as Markdown.

NoSQL

Explore MariaDB Server's NoSQL capabilities. This section details how to store and query schemaless data, including JSON, and how to integrate with other NoSQL data sources, enhancing flexibility.

Dynamic columns let each row store a different set of columns inside a blob, for schema-flexible (NoSQL-style) data.

The client-side API for reading and writing dynamic-column blobs, as an alternative to the in-server dynamic-column functions.

Explore the HANDLER statement in MariaDB Server for direct table access. This section details how to bypass the SQL optimizer for low-level row operations, useful for specific NoSQL-like interactions.

Explore HandlerSocket for MariaDB Server. This plugin enables high-performance NoSQL-like access directly to InnoDB tables, bypassing SQL parsing for fast key-value operations.

Complete JSON Functions reference: JSON_EXTRACT(), JSON_SET(), JSON_REPLACE(), JSON_SEARCH() syntax for path queries, document updates, and value retrieval.

Legacy Cassandra storage engine description. Cassandra was removed from MariaDB in MariaDB 10.6.

The CONNECT storage engine.

Last updated

Was this helpful?