Re: PostgreSQL clustering VS MySQL clustering

Поиск
Список
Период
Сортировка
От Jean-Max Reymond
Тема Re: PostgreSQL clustering VS MySQL clustering
Дата
Msg-id 4b09a0c05012011355033781b@mail.gmail.com
обсуждение исходный текст
Ответ на Re: PostgreSQL clustering VS MySQL clustering  (Steve Wampler <swampler@noao.edu>)
Список pgsql-performance
On Thu, 20 Jan 2005 12:13:17 -0700, Steve Wampler <swampler@noao.edu> wrote:
> Mitch Pirtle wrote:

> 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?).

yes, you're right: you'll need a Distributed Lock Manager and an
application to manage it , Postgres ?

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

Предыдущее
От: Hervé Piedvache
Дата:
Сообщение: Re: PostgreSQL clustering VS MySQL clustering
Следующее
От: Greg Stark
Дата:
Сообщение: Re: PostgreSQL clustering VS MySQL clustering