MyISAM Storage Engine
This page is part of MariaDB's Documentation.
The parent of this page is: Storage Engines
Topics on this page:
Overview
The MyISAM storage engine allows you to handle high throughput workloads that are mostly reads, while also offering crash safety.
Some features are:
Used for most system tables in mysql database in ES10.2 and ES10.3.
Non-transactional
Additional information is available in the MariaDB Knowledge Base.