Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MariaDB Support #4

Open
ruudvh opened this issue Feb 19, 2015 · 9 comments
Open

MariaDB Support #4

ruudvh opened this issue Feb 19, 2015 · 9 comments

Comments

@ruudvh
Copy link

ruudvh commented Feb 19, 2015

Have you given any thoughts to switching the current DB (Percona DB) with, or adding support for, MariaDB?

Thank you,

@dhilditch
Copy link
Contributor

Is it faster?

On 19 February 2015 at 23:44, Ruud [email protected] wrote:

Have you given any thoughts to switching the current DB (Percona DB) with,
or adding support for, MariaDB?

Thank you,


Reply to this email directly or view it on GitHub
#4.

Dave Hilditch
Founder
www.affiliatewebdesigners.com

Skype: davehilditch
Landline: +44 131 208 1118
Mobile/Cell: +44 7961 552 082
Twitter: @davehilditch https://twitter.com/davehilditch

@ruudvh
Copy link
Author

ruudvh commented Feb 20, 2015

Depends how you define faster. Some things are definitely faster, but others are somewhat slower.
MariaDB is supposed to be a MySQL drop-in as well, however, as far as I can read, with the new MariaDB (10) release they have diverted from the MySQL path and thus returning would not be possible - even though this might be 'fixed' in the future.

MariaDB has MyISAM improvements and supports the same InnoDB as Percona DB through Percona's XtraDB. According to the developers MariaDB does everything Percona does and adds additional features. Here and here are some (very) old charts, these are the only real benchmarks I can find.

Reason that I am asking is because many other developments are or have switched, I am thinking about adding it myself but did not want to rediscover the wheel incase others have been working on it already.

Thank you,

@zach-adams
Copy link
Owner

Hi @ruudvh, I have looked in MariaDB as a replacement for MySQL, and it looks very promising. The reason I chose to stick with Percona is mostly because the original Mercury project uses it and I wanted to stick as close to their package as possible.

Here's their answer, and it looks like their actually considering making the switch in the future. If they do I'll be sure to make it to.

https://github.com/wpengine/hgv/issues/42

@ahansson89
Copy link

You can easily uninstall Percona and replace it with MariaDB

apt-get remove percona-server-server-5.5

Then install MariaDB.

@xDae
Copy link

xDae commented Mar 14, 2015

hi, I have created a fork with Varnish 4.0 and MariaDB by default, perhaps someone may be interested ;)

@zach-adams
Copy link
Owner

@xDae Very cool, I'll add a link to the readme

@matthew6688
Copy link

@xDae I have installed your git, when i test the version of Varnish, It shows:
varnishd (varnish-3.0.7 revision f544cd8)

I think it is still Version 3, or am i doing something wrong?

@xDae
Copy link

xDae commented Aug 26, 2016

@matthew6688 yes, the version is 3, version 4 was inestable when I created the fork, maybe I should to update the repo

@matthew6688
Copy link

Yes, you can try to updated to version 4.0, if it is not too trouble.

Now with Version 3, there is a problem with wordpress customizor, it keep login out any changes you make in the customizor.

I think there is something wrong with default.vcl, i think you can fix this in the newly update
------------------ Original ------------------
From: "Jose Miguel Bejarano"[email protected]
Date: Fri, Aug 26, 2016 02:57 PM
To: "zach-adams/hgv-deploy-full"[email protected];
Cc: "matthew6688"[email protected];"Mention"[email protected];
Subject: Re: [zach-adams/hgv-deploy-full] MariaDB Support (#4)

@matthew6688 yes, the version is 3, version 4 was inestable when I created the fork, maybe I should to update the repo


You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or mute the thread.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

6 participants