Link to home
Start Free TrialLog in
Avatar of Octalys
Octalys

asked on

Are there any reasons why not to use MariaDB in production? We run several high-traffic websites that uses MySQL right now. MariaDB seems like a good replacement.

Are there any reasons why not to use MariaDB in production? We run several high-traffic websites that uses MySQL right now. MariaDB seems like a good replacement. But it almost seems too good to be true ;)

Avatar of Kevin Cross
Kevin Cross
Flag of United States of America image

I have not had an opportunity to use MariaDB myself, but it supposedly written by the original Author of MySQL and is supposed to be compatible plus enhancements. If you are currently running MySQL and not some other paid database server in production, then I would not see why not. If MariaDB tests out for your needs and functions, I say go for it. IT is about taking risks. :) If you are not afraid to fail, you are not prepared to do your best.
Octalys:

What is the issue you're trying to solve by switching databases?  Could you provide some details please?

AielloJ
Avatar of Octalys
Octalys

ASKER

Hi,

The improved performances/reliability of Aria and XtraDB over MyISAM/innodb.  We are not really planning to replace our current production mysql servers.  But we are working on a new project and we can use the extra performance, but really need the added reliability. So I was just wondering if we should stay on MySQL and try something new.

But because we have no experience with Aria, XtraDB nor MariaDB in production use, we are hestitating about it. On paper it seems to be a better choice, but how about real life experiences?
ASKER CERTIFIED SOLUTION
Avatar of Kevin Cross
Kevin Cross
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Octalys

ASKER

Thank you for your comments. We havent decided yet but we agree MariaDB shouldnt pose much of a problem.

Probably will do some hardcore testing ourselves to make a decision.

Cheers