Re: linux clusters and pgsql

Поиск
Список
Период
Сортировка
От Richard Huxton
Тема Re: linux clusters and pgsql
Дата
Msg-id 41C8061C.10700@archonet.com
обсуждение исходный текст
Ответ на linux clusters and pgsql  (Kenneth Gonsalves <lawgon@thenilgiris.com>)
Список pgsql-sql
Kenneth Gonsalves wrote:
> hi, can postgres be run on a linux cluster, and if so what are the
> performance and other issues - checked archives, but the only info is
> over a year old

PG uses shared memory to communicate between backends. Even if your 
clustering technology can handle that, it's unlikely to be useful 
without exotic hardware. The main problem is bandwidth between the 
backends - they're not terribly independent, so you need a specialised 
backplane usually.

I think there is someone producing exotic hardware with a version called 
"clusgres" or similar. Not sure if anyone's seen one in the wild as it were.

--  Richard Huxton  Archonet Ltd


В списке pgsql-sql по дате отправления:

Предыдущее
От: "Iain"
Дата:
Сообщение: Re: Date datatype
Следующее
От: Dennis Sacks
Дата:
Сообщение: commit in plpgsql function?