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

MariaDB Internal Optimizations

Explore MariaDB Server's internal optimizations. This section delves into how the database engine enhances query execution, data storage, and overall performance through its core architecture.

How the optimizer chooses fairly between the range and index_merge access methods.

The Multi-Range Read (MRR) optimization, which improves performance for I/O-bound queries scanning many rows.

This page is licensed: CC BY-SA / Gnu FDL

Last updated

Was this helpful?