Re: PostgreSQL clustering VS MySQL clustering - Mailing list pgsql-performance

From Steve Wampler
Subject Re: PostgreSQL clustering VS MySQL clustering
Date
Msg-id 41F002CD.3040900@noao.edu
Whole thread Raw
In response to Re: PostgreSQL clustering VS MySQL clustering  (Mitch Pirtle <mitch.pirtle@gmail.com>)
Responses Re: PostgreSQL clustering VS MySQL clustering  (Jean-Max Reymond <jmreymond@gmail.com>)
List pgsql-performance
Mitch Pirtle wrote:

> Which brings up another question: why not just cluster at the hardware
> layer? Get an external fiberchannel array, and cluster a bunch of dual
> Opterons, all sharing that storage. In that sense you would be getting
> one big PostgreSQL 'image' running across all of the servers.

This isn't as easy as it sounds.  Simply sharing the array among
hosts with a 'standard' file system won't work because of cache
inconsistencies.  So, you need to put a shareable filesystem
(such as GFS or Lustre) on it.

But that's not enough, because you're going to be running separate
postgresql backends on the different hosts, and there are
definitely consistency issues with trying to do that.  So far as
I know (right, experts?) postgresql isn't designed with providing
distributed consistency in mind (isn't shared memory used for
consistency, which restricts all the backends to a single host?).


--
Steve Wampler -- swampler@noao.edu
The gods that smiled on your birth are now laughing out loud.

pgsql-performance by date:

Previous
From: "Merlin Moncure"
Date:
Subject: Re: [SQL] OFFSET impact on Performance???
Next
From: Hervé Piedvache
Date:
Subject: Re: PostgreSQL clustering VS MySQL clustering