Re: PostgreSQL clustering VS MySQL clustering

Поиск
Список
Период
Сортировка
От Steve Wampler
Тема Re: PostgreSQL clustering VS MySQL clustering
Дата
Msg-id 41F002CD.3040900@noao.edu
обсуждение исходный текст
Ответ на Re: PostgreSQL clustering VS MySQL clustering  (Mitch Pirtle <mitch.pirtle@gmail.com>)
Ответы Re: PostgreSQL clustering VS MySQL clustering  (Jean-Max Reymond <jmreymond@gmail.com>)
Список 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 по дате отправления:

Предыдущее
От: "Merlin Moncure"
Дата:
Сообщение: Re: [SQL] OFFSET impact on Performance???
Следующее
От: Hervé Piedvache
Дата:
Сообщение: Re: PostgreSQL clustering VS MySQL clustering