Re: Poatgresql database on more than one disk

Поиск
Список
Период
Сортировка
От Jim Rosenberg
Тема Re: Poatgresql database on more than one disk
Дата
Msg-id 42243121.1086030041@localhost
обсуждение исходный текст
Ответ на Re: Poatgresql database on more than one disk  ("Philip A. Chapman" <pchapman@pcsw.us>)
Ответы Re: Poatgresql database on more than one disk  (Karsten Hilbert <Karsten.Hilbert@gmx.net>)
Список pgsql-general
--On Monday, May 31, 2004 2:14 PM -0500 "Philip A. Chapman"
<pchapman@pcsw.us> wrote:

> On Tue, 2004-05-25 at 18:33, Barry wrote:

>> Is it possible to configure Postgresql to have seperate databases
>> on seperate disks ?
>>
>
> One solution is to run two postmasters (two services).  Each would use a
> different value for the PGDATA environment variable.

Pardon me for being dense, but I don't see how, with this approach, you
maintain transaction integrity between the two databases. Suppose you need
a transaction involving tables from both databases. Can you explain how you
achieve this?


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

Предыдущее
От: Martijn van Oosterhout
Дата:
Сообщение: Re: statement level triggers in PostgreSQL , anybody??
Следующее
От: Gaetano Mendola
Дата:
Сообщение: Re: Insert speed question