The MySQL alternatives: Do Percona Server and MariaDB work well with WordPress, and do they make WordPress go better?

Lately I’ve been reading about MariaDB and Percona Server, two strong alternatives to MySQL that have gained popularity since Oracle bought Sun.

As far as I know, both of them could be used with WordPress, but I’d like to know if anyone uses them, and if they really help make our blogs and servers run better than they did with MySQL.

Related posts

Leave a Reply

2 comments

  1. I have personally worked with Percona Server and MySQL, not with MariaDB as of yet.

    Percona provides support for MariaDB, Drizzle, Amazon RDS, and other MySQL products.

    I learned at Percona Live NYC that Percona gets the latest version of MySQL and injects 30,000 lines of C/C++ that is unique to its Performance Enhancements. MySQL (eh, Oracle) tries to keep up with its own enhancements of InnoDB.

    Unless your website is very heavily trafficked, there is no decent performance difference you can feel or see. However, if you do have high traffic and you want to compare MySQL, Percona, and MariaDB, I have posted an article in the DBA StackExchange on how to go about doing this.