I'm very curious ...

Since MariaDB is designed by Ulf Michael "Monty" Widenius, the creator of MySQL.

And from what I understand, MariaDB is a fork of MySQL. The MariaDB community states that the project "is kept up to date with the latest MySQL release from the same branch."

Furthermore, they claim that MariaDB is a "just works", "drop-in" replacement for MySQL; which I assume that means no code changes whatsoever for us client-side developers.

Also, MariaDB supposedly has better query performance, an improved InnoDB engine and freedom from the clutches of Oracle (the current owner of MySQL)

So, why is it that there are only four miserable questions under the "mariadb" tag on SO?

Is MariaDB currently being used in any real-world projects? Or does it work so well as a drop in replacement for MySQL (as Monty claims) that nobody bothers to mention they are using it.

I would like to hear the experiences of people who have actually used MariaDB in the wild (fully deployed app in real world conditions).

Thanks.

P.S. Monty, if you're here on SO, I'll love to hear your thoughts on this.

link|improve this question

feedback

3 Answers

up vote 10 down vote accepted

I'm using MariaDB (1 master, 1 slave, 1 backup slave) for a site that does 5 million page views per day and about 3000 queries per second at peak time.

I agree that it "just works" and that it performs better than MySQL.

The only problems that I have encountered in the ~1 year that I've been using it have been 2 MySQL bugs and the Maria team has been quick to fix those bugs.

I love it and I would recommend that everybody (no matter what their need is) use MariaDB over MySQL. MariaDB is a better MySQL. MariaDB includes the (awesome) InnoDB Plugin, Percona performance patches and features, and an active development team that often fixes MySQL bugs ages before they show up in an official MySQL release.

Update - September 2011

MySQL 5.5 has been out for a while and 5.6 is looking great.

The MariaDB team has not yet released a version of MariaDB that is based on MySQL 5.5. They have, however, added some optimizations that MySQL users have wanted for a looong time. http://kb.askmonty.org/en/what-is-mariadb-53

link|improve this answer
If MariaDB becomes extensible like MySQL, perhaps you could think about an opt-in anonymous stat tracking plugin :) – Ivo Sep 27 '11 at 2:02
feedback

There are some +100,000 of downloads of MariaDB, but compared to MySQL 10-50M users, MariaDB is still small.

As we are not tracking users, it's hard to know who is using MariaDB. What I do know is that among people attending open source conferences, MariaDB is started to get well known; Up from some 10 % -> 40 % during the last year.. It has taken some time for it the world to spread. The biggest reason is probably that as long as Oracle was 'playing it safe with MySQL' there has not been a reason for most to search for an alternative and if you are not searching you will not find...

We have got some users to give us success stories for their usage of MariaDB. You can find these here: http://kb.askmonty.org/en/mariadb-case-studies.

What we are focusing on now is getting MariaDB 5.5 out and adding all the close source functionality that exists in MySQL enterprise to MariaDB.

link|improve this answer
Are you "the" Monty Widenius? Awesome. The father of MySQL is on SO. BTW, we now run MariaDB and it's fantastic. ;-) – GeneQ Dec 19 '11 at 17:19
I confirm it is "the" Monty :) – Vladislav Vaintroub Dec 28 '11 at 2:41
feedback

I chose MariaDB for a business intelligence system due to the availability of the Maria and XtraDB engines. It performs well and hasn't failed me yet.

The only issue that I came across was some weird query results whilst testing the PBXT engine.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.