Storage Engines Overview
An introduction to MariaDB's pluggable storage engine architecture, highlighting key engines like InnoDB, MyISAM, and Aria for different workloads.
Overview
Engine
Target
Optimization
Availability
Examples
Identify the Default Storage Engine
Set the Default Storage Engine
Configure the Default Storage Engine
Identify Available Storage Engines
Choose Storage Engine for a New Table
Resources
Engines for System Tables
FAQ
Can I use more than one storage engine on a server?
Can I use more than one storage engine in a single query?
What storage engine should I use for transactional or OLTP workloads?
What storage engine should I use for analytical or OLAP workloads?
What storage engine should I use if my application performs both transactional and analytical queries?
Reference
MariaDB Server Reference
Last updated
Was this helpful?

