Warm Standby question

Поиск
Список
Период
Сортировка
От Thomas Kellerer
Тема Warm Standby question
Дата
Msg-id gm45k3$sh7$1@ger.gmane.org
обсуждение исходный текст
Ответы Re: Warm Standby question  ("Scot Kreienkamp" <SKreien@la-z-boy.com>)
Re: Warm Standby question  (Erik Jones <ejones@engineyard.com>)
Список pgsql-general
Hi,

(Note: I have never used log shipping before, I'm just interested in the
concepts, so I'm might be missing a very important aspect)

I was reading the blog entry about HA and warm standby:
http://scale-out-blog.blogspot.com/2009/02/simple-ha-with-postgresql-point-in-time.html

The image that explained how log shipping works, strikes me as being a bit too
complex.
<http://1.bp.blogspot.com/_26KnjtB2MFo/SYVDrEr1HXI/AAAAAAAAAEY/ncq_AW-Vv-w/s1600-h/pg_warm_standby.png>

According to the picture it basically works like this:

Master -> Copy master archive directory -> Copy to standby archive dir -> copy
to pg_xlogs.

When I look at this chain I'm asking myself, why do I need the two archive
directories?

Why can't the master copy the files directly into the pg_xlogs directory of the
standby server?

Thanks
Thomas


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

Предыдущее
От: Thomas Kellerer
Дата:
Сообщение: Re: Pet Peeves
Следующее
От: Osvaldo Kussama
Дата:
Сообщение: Resp.: How to catch the id in a INSERT INTO ... RETURNING function?