MyISAM storage engine

E100301

The MyISAM storage engine is a legacy MySQL table format known for fast read performance, simple design, and lack of transactional and foreign key support.

AI illustration

How this image was made

AI-generated illustration of MyISAM storage engine

This AI-generated illustration was produced by black-forest-labs/FLUX.2-dev (1024x1024) from a prompt written by openai/gpt-oss-120b from the entity's label + description.

Prompt

Generate an image of the MyISAM storage engine (The MyISAM storage engine is a legacy MySQL table format known for fast read performance, simple design, and lack of transactional and foreign key support.)

All labels observed (2)

Label Occurrences
MyISAM 2
MyISAM storage engine canonical 1

How this entity was disambiguated

Statements (49)

Predicate Object
instanceOf MySQL storage engine ⓘ
database storage engine ⓘ
characteristic no MVCC ⓘ
no foreign key enforcement ⓘ
non-transactional ⓘ
crashRecovery non-automatic ⓘ
defaultStorageEngineFrom MySQL 3.23 ⓘ
linked to: MySQL
defaultStorageEngineUntil MySQL 5.5 ⓘ
linked to: MySQL
developedBy MySQL AB ⓘ
developedFor MySQL relational database management system ⓘ
linked to: MySQL
doesNotSupport ACID compliance ⓘ
foreign keys ⓘ
referential integrity constraints ⓘ
row-level locking ⓘ
transactions ⓘ
filePerTable true ⓘ
introducedIn MySQL 3.23 ⓘ
linked to: MySQL
knownFor fast read performance ⓘ
simple design ⓘ
lockingGranularity table ⓘ
maintainedBy Oracle Corporation ⓘ
metadataStoredIn .frm files ⓘ
notRecommendedFor high-concurrency write workloads ⓘ
transactional applications ⓘ
optimizedFor read-heavy workloads ⓘ
predecessorOf Aria storage engine ⓘ
recommendedAlternative InnoDB storage engine ⓘ
replacedBy InnoDB storage engine ⓘ
status legacy ⓘ
storesDataIn .MYD files ⓘ
storesIndexesIn .MYI files ⓘ
supports AUTO_INCREMENT columns ⓘ
FULLTEXT indexes before InnoDB ⓘ
compressed tables ⓘ
concurrent inserts under certain conditions ⓘ
delayed inserts ⓘ
dynamic row format ⓘ
fixed-length rows ⓘ
full-text indexing ⓘ
index prefix compression ⓘ
myisamchk utility ⓘ
spatial indexes ⓘ
static row format ⓘ
table-level locking ⓘ
table-level repair ⓘ
variable-length rows ⓘ
usedFor read-only or read-mostly tables ⓘ
usedIn older MySQL installations ⓘ
vulnerableTo table corruption after crashes ⓘ

How these facts were elicited

Referenced by (3)

Full triples — surface form annotated when it differs from this entity's canonical label.

MySQL → supportsFeature → MyISAM storage engine ⓘ
MariaDB → supportsStorageEngine → MyISAM ⓘ
linked to: MyISAM storage engine
TokuDB → comparedWith → MyISAM ⓘ
linked to: MyISAM storage engine