6 ms·
It's roughly comparable to innodb in that it's ACID compliant. MyISAM doesn't support transactions or transaction logging, so it's not as durable as INNODB or
by jamie 16y ago
It's roughly comparable to innodb in that it's ACID compliant.
MyISAM doesn't support transactions or transaction logging, so it's not as durable as INNODB or BDB.