Re: peer-to-peer replication with Postgres

Поиск
Список
Период
Сортировка
От Mike Christensen
Тема Re: peer-to-peer replication with Postgres
Дата
Msg-id AANLkTimniY2jEYBNAXtTbxvHF5iIHeVLXcz6X1dJwvMf@mail.gmail.com
обсуждение исходный текст
Ответ на Re: peer-to-peer replication with Postgres  (Scott Marlowe <scott.marlowe@gmail.com>)
Список pgsql-general
Man that sounds awesome.  I need that now.  So does that mean you'd
have one beefy SQL server for all the updates and everything writes to
that, and then you'd have a bunch of read-only servers and new data
trickles into them from the master continuously?

Mike

On Mon, May 10, 2010 at 6:09 PM, Scott Marlowe <scott.marlowe@gmail.com> wrote:
> On Mon, May 10, 2010 at 7:04 PM, Mike Christensen <mike@kitchenpc.com> wrote:
>> Thanks for the advice.  In that case, I'll stick with the standard
>> approach of having a single SQL server and several web frontends and
>> employ a caching mechanism such as memcache as well.  Thanks!
>
> And with 9.0 it will be pretty easy to setup hot read PITR slaves so
> you can build a pretty simple failover system.
>

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

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