Re: Postgres replication: dump/restore, PITR, Slony,...?

Поиск
Список
Период
Сортировка
От Dimitri Fontaine
Тема Re: Postgres replication: dump/restore, PITR, Slony,...?
Дата
Msg-id 877hzizvq7.fsf@hi-media-techno.com
обсуждение исходный текст
Ответ на Postgres replication: dump/restore, PITR, Slony,...?  (Shaul Dar <shauldar@gmail.com>)
Список pgsql-performance
Hi,

Shaul Dar <shauldar@gmail.com> writes:
> 1. A staging server, which receives new data and updates the DB
> 2. Two web servers that have copies of the DB (essentially read-only)
> and answer user queries (with load balancer)

[...]

> Suggestions?

I'd consider WAL Shipping for the staging server and some trigger based
asynchronous replication for feeding the web servers.

More specifically, I'd have a try at Skytools, using walmgr.py for WAL
Shipping and Londiste for replication.
  http://wiki.postgresql.org/wiki/Skytools
  http://wiki.postgresql.org/wiki/Londiste_Tutorial

Regards,
--
dim

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: GiST index performance
Следующее
От: Matthew Wakeling
Дата:
Сообщение: Re: GiST index performance