I am exploring MariaDB and would love to hear what the community has to say and most importantly how it stacks up against MySQL and MongoDB.
My experience goes as far as installing it and not doing much with it.
I do however know that MariaDB was created by the original guys that created MySQL, it's designed to be a drop-in replacement for MySQL (if you're using MySQL 5.5, MariaDB 5.5 should be exactly the same, not sure how the 10 range matches up)
From what I've seen, MariaDB beats MySQL in every benchmark, so at least it has the same or better performance than MySQL.
Shreyansh Pandey
node, coffee and everything in between
I'll edit this to provide you a little more context.
I have been using a two-node cluster for a highly-available MariaDB data tier. The configuration of the system is:
It's a simple, M/S/S replication with a redundant Slave for any immediate data access and failover. So, that's three machines, actually, but yeah...
Some of the features I find are crazy:
JOINstatements and the likes.And as always, if you need any help with setting it up or with anything, I am always there. :)