admin管理员组文章数量:1291009
MySQL sites are steadily migrating away from the older MyISAM storage engine to InnoDB. That's because InnoDB has better recovery and row-by-row transaction locking support.
At the same time, many hosting providers and people who run their own servers are adopting the MySQL database fork called MariaDB. (It's compatible. A couple of providers I use switched to MariaDB without telling anybody, and nobody noticed.)
MariaDB offers the Aria storage engine in addition to InnoDB and MyISAM. Aria's a successor to InnoDB. It's being actively developed by the original MySQL team led by Monty Widenius. (This Aria has no relationship to HTML's aria accessibility stuff.)
My question: Is there any advantage to using Aria for WordPress? Do the old statements about MyISAM being faster than InnoDB for read-mostly sites (sites with heavy readership) apply to Aria?
本文标签: databaseIs MariaDB39s Aria storage engine suitable for WordPress
版权声明:本文标题:database - Is MariaDB's Aria storage engine suitable for WordPress? 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1741521584a2383217.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论