# MyISAM

- [MyISAM Overview](https://mariadb.com/docs/server/server-usage/storage-engines/myisam-storage-engine/myisam-overview.md): A detailed overview of the MyISAM storage engine, including its file structure, features, and limitations compared to newer engines like Aria.
- [MyISAM Index Storage Space](https://mariadb.com/docs/server/server-usage/storage-engines/myisam-storage-engine/myisam-index-storage-space.md): This page explains how MyISAM stores and compresses indexes, detailing space usage for different key types and compression strategies.
- [MyISAM Storage Formats](https://mariadb.com/docs/server/server-usage/storage-engines/myisam-storage-engine/myisam-storage-formats.md): Learn about the three storage formats supported by MyISAM: FIXED (static), DYNAMIC (variable length), and COMPRESSED (read-only).
- [MyISAM System Variables](https://mariadb.com/docs/server/server-usage/storage-engines/myisam-storage-engine/myisam-system-variables.md): A reference for system variables that configure MyISAM behavior, such as key cache sizes, recovery modes, and concurrent insert settings.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://mariadb.com/docs/server/server-usage/storage-engines/myisam-storage-engine.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
