Re: Load sharing question

Поиск
Список
Период
Сортировка
От Curt Sampson
Тема Re: Load sharing question
Дата
Msg-id Pine.NEB.4.44.0209101204430.13186-100000@angelic.cynic.net
обсуждение исходный текст
Ответ на Re: Load sharing question  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-general
On Mon, 9 Sep 2002, Bruce Momjian wrote:

> OK, I didn't go into detail, but the issue is test-and-set assembler
> instructions we use for light-weight locking.  You can't tell me that
> actually works on a cluster, can you?

You bet. But DU clustering (derived from VMS clustering) is one of the
few "pretty much transaparent" clustering systems in the world. It's
very, very cool stuff, IMHO.

However, even with a very, very fast bus between the systems, that's not
to say you're going to like the memory latency when you've got to drag a
shared memory block off another machine on to yours. :-)

Generally, one would want to modify one's program to use locking
mechanisms more suitable for a cluster, and distribute the load more
suitably, as well.

cjs
--
Curt Sampson  <cjs@cynic.net>   +81 90 7737 2974   http://www.netbsd.org
    Don't you know, in this new Dark Age, we're all light.  --XTC


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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: Load sharing question
Следующее
От: Jong-won Choi
Дата:
Сообщение: nextval result type difference between 7.1.3 and 7.2.1