Aramaech Posted July 16, 2017 Posted July 16, 2017 From what I understand, InnoDB is superior in most ways. It has row level locking, where MyISAM only has table level locking, it self repairs by comparing itself to older versions of itself, where MyISAM does not, and it's generally quicker because of some feature of its indexing that I can't recall. I probably shouldn't bother listing what a simple google search can provide a much more detailed and technically articulate overview of. Anyway, just throwing it out there.
Mark Posted July 16, 2017 Posted July 16, 2017 Yep. Invision Community uses whatever your MySQL server's default type is set to, which should probably be InnoDB.
Good-Admin Posted July 18, 2017 Posted July 18, 2017 Quote MyISAM is based on the older (and no longer available) ISAM storage engine but has many useful extensions. https://dev.mysql.com/doc/refman/8.0/en/myisam-storage-engine.html It will take years before they completely phase out MyISAM but the plans are in the works.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.