December 2018
Intermediate to advanced
500 pages
12h 19m
English
This is the original, and oldest, storage engine included in MySQL. It does not support transactions. Its design is optimized more for speed and compact data storage, and is much simpler than that of InnoDB. The index structure is essentially a list of offsets within the data file. Inserts are just appends to the data file. However, deletes and updates are not so straightforward, since they can leave holes in, or fragment, the data file.
MyIASM does have some severe scalability limitations—the most important ones being the following:
Read now
Unlock full access