[Gluster-users] gluster taking a lot of CPU and crashes database at times

Fernando Frediani (Qube) fernando.frediani at qubenet.net
Wed Aug 8 17:57:11 UTC 2012


I also don't think Database and GlusterFS is a good combination cause of the performance issues related, unless performance is the last thing to concern about or database is so small that it doesn't make diference.

From: gluster-users-bounces at gluster.org [mailto:gluster-users-bounces at gluster.org] On Behalf Of Joe Julian
Sent: 08 August 2012 17:55
To: gluster-users at gluster.org
Subject: Re: [Gluster-users] gluster taking a lot of CPU and crashes database at times

On Wed, Aug 8, 2012 at 4:30 PM, Philip Poten <philip.poten at gmail.com<mailto:philip.poten at gmail.com>> wrote:
Hey,

running postgres (or any database) on a gluster share is an extremely
bad idea. This can and will not end well, no matter what you do.

I still don't see why people keep saying this. I've been running mysql on a GlusterFS volume since the 2.0 days. I know Avati  agrees with you though (though I keep trying to convince him otherwise).

The only problem I've ever had was with creation or alteration of MyISAM files as they create a temporary filename, then rename it. This often causes an error as the rename (apparently) hasn't completed before it tries to open again (a bug that still seems to exist in 3.3.0).

InnoDB files can actually be quite efficient on a distributed volume if you create sufficient file segments to be distributed across subvolumes.

The only real problem would be if someone thought they could run multiple instances of the database server. Regardless of what filesystem they're on, relational database engines are not built to be able to do that.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://supercolony.gluster.org/pipermail/gluster-users/attachments/20120808/b7c234c8/attachment.html>


More information about the Gluster-users mailing list