Zhana Posted December 7, 2011 Share Posted December 7, 2011 Hi, Found about MariaDB a few days ago, and I got interested in it. Is anyone using it? Are there any performance gains if using MariaDB vs MySQL? Thank you. Link to comment Share on other sites More sharing options...
Luke Posted December 7, 2011 Share Posted December 7, 2011 MariaDB is a lot better than MySQL simply because it's a fork of MySQL maintained by the original MySQL developers (who left after Oracle acquired Sun). Read up on these pages: http://kb.askmonty.org/en/mariadb-versus-mysql http://kb.askmonty.org/en/what-is-mariadb-51 http://kb.askmonty.org/en/what-is-mariadb-52 http://kb.askmonty.org/en/what-is-mariadb-53 http://kb.askmonty.org/en/what-is-mariadb-55 Basically MariaDB 5.1 is MySQL 5.1 with some bug fixes. 5.2 is 5.1 with some extra features. 5.3 is 5.2 with a rewritten query optimizer (replacing MySQL's 10+ year old optimizer). 5.5 will be 5.3 with applicable improvements/features/fixes from MySQL 5.5. 5.3 is in beta, but works really good. I'm hoping it won't be in beta for very much longer. 5.5 will be in beta when 5.3 is no longer in beta. So I would use 5.2, or 5.3 if you're feeling adventurous. Definitely switch to 5.3 when that's no longer in beta. Link to comment Share on other sites More sharing options...
Zhana Posted December 8, 2011 Author Share Posted December 8, 2011 Thanks Luke. Do you know anyone who can convert my old DB to mariaDB or install mariaDB? Thank you. Link to comment Share on other sites More sharing options...
Luis Manson Posted December 8, 2011 Share Posted December 8, 2011 For what i know you could just replace the app files Link to comment Share on other sites More sharing options...
Connor T Posted December 8, 2011 Share Posted December 8, 2011 Just sat it on the webinar they had today. Seems very promising. I'll be watching it. Link to comment Share on other sites More sharing options...
Zhana Posted December 9, 2011 Author Share Posted December 9, 2011 Cool I was planning to go to webinar too but had a lot of work. Do they have recorded version? Link to comment Share on other sites More sharing options...
p4guru Posted December 11, 2011 Share Posted December 11, 2011 Hi, Found about MariaDB a few days ago, and I got interested in it. Is anyone using it? Are there any performance gains if using MariaDB vs MySQL? Thank you.If you have less than 4-8 cpu threads, probably won't see as much gains with MariaDB 5.2.x vs MySQL community release 5.5.x series. As you know I did benchmarks at http://vbtechsupport.com/657/ and you can see roughly at which point cpu thread count wise, that MariaDB overtakes MySQL community and Percona releases in terms of performance. I've been using MariaDB 5.2.x since 5.2.3.x version and loving it. Alot of larger forum clients (mostly vB), have switched over to MariaDB 5.2.x with performance gains as well once you tune MariaDB 5.2.x for optimal performance. Switching over without proper tuning probably won't help as much to get the most out of performance. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.