Re: peer-to-peer replication with Postgres

Поиск
Список
Период
Сортировка
От John R Pierce
Тема Re: peer-to-peer replication with Postgres
Дата
Msg-id 4BE8C7FD.9000305@hogranch.com
обсуждение исходный текст
Ответ на Re: peer-to-peer replication with Postgres  (Scott Marlowe <scott.marlowe@gmail.com>)
Ответы Re: peer-to-peer replication with Postgres  (Scott Marlowe <scott.marlowe@gmail.com>)
Список pgsql-general
Scott Marlowe wrote:
>> Is there any sort of abstraction layer (like in the driver level) that
>> can abstract that and just make updates go to one DB and reads
>> round-robin to other DBs?  Hopefully there's a way to make this design
>> simple to implement.
>>
>
> Pretty sure pgpool can do the "read from these dbs, write to this one".
>


how would it know if you're going to do updates later on in a transaction?



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

Предыдущее
От: Mike Christensen
Дата:
Сообщение: Re: peer-to-peer replication with Postgres
Следующее
От: Scott Marlowe
Дата:
Сообщение: Re: peer-to-peer replication with Postgres