Re: Hot Standby utility and administrator functions

Поиск
Список
Период
Сортировка
От Robert Treat
Тема Re: Hot Standby utility and administrator functions
Дата
Msg-id 200810271308.51929.xzilla@users.sourceforge.net
обсуждение исходный текст
Ответ на Re: Hot Standby utility and administrator functions  (Simon Riggs <simon@2ndQuadrant.com>)
Ответы Re: Hot Standby utility and administrator functions  (Simon Riggs <simon@2ndQuadrant.com>)
Список pgsql-hackers
On Monday 27 October 2008 12:12:18 Simon Riggs wrote:
> On Mon, 2008-10-27 at 11:42 -0400, Robert Treat wrote:
> > On Monday 20 October 2008 05:25:29 Simon Riggs wrote:
> > > I'm looking to implement the following functions for Hot Standby, to
> > > allow those with administrative tools or management applications to
> > > have more control during recovery. Please let me know if other
> > > functions are required.
> > >
> > > What else do we need?
> >
> > Is it possible to give the master/slave knowledge about each other?
>
> Yes, but for what reason?
>

Was thinking that admin tools that show hot standby information might also
want to show the corresponding slave information (from the point of view of
the master).  It might also allow tools to not have to be configured for all
servers... ie connect to one and lookup the other.

> The project I'm working on is Hot Standby, not streaming replication.
> That will link things together better than they are now, so I'd probably
> rather not prejudge/duplicate that.

It's possible this type of information isn't appropriate for our Hot Standby
implementation, but it is somewhat common in asynchronous and/or master/slave
systems.

--
Robert Treat
Build A Brighter LAMP :: Linux Apache {middleware} PostgreSQL

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

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: CREATE TABLE AS WITH NO DATA
Следующее
От: Tom Lane
Дата:
Сообщение: Re: array_agg and array_accum (patch)