replication advice needed

Поиск
Список
Период
Сортировка
От Gene
Тема replication advice needed
Дата
Msg-id 430d92a20701101102h630f638ex41d350863394f8b6@mail.gmail.com
обсуждение исходный текст
Ответы Re: replication advice needed  (Casey Duncan <casey@pandora.com>)
Список pgsql-general
I searched the web sites for advice but came up short on something
that looked like what I need. I need to "replicate" a few tables
nightly (2am-6am). Each table will have about 1 million new records
(~100B each, ~5/second) each day.

I have tried using something like a cron job (copy from/copy to) but
it has limitiations as far as handling duplicate keys (just need to
replace) and it will not fill in gaps if there happen to be any. the
servers are also far from each other and only have a 50 KB/s ipsec
link between them so data transfer needs to be somewhat minimized.

thanks for any suggestions,
gene

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

Предыдущее
От: "Andy Dale"
Дата:
Сообщение: Re: Recording insert, updates, and deletes
Следующее
От: Scott Marlowe
Дата:
Сообщение: Re: Recording insert, updates, and deletes