Re: Recovery conflict monitoring

Поиск
Список
Период
Сортировка
От Magnus Hagander
Тема Re: Recovery conflict monitoring
Дата
Msg-id AANLkTimTaR5wBpkF-17t1DtBv8v3qwfnXxznsmq4RYg2@mail.gmail.com
обсуждение исходный текст
Ответ на Recovery conflict monitoring  (Magnus Hagander <magnus@hagander.net>)
Ответы Re: Recovery conflict monitoring  (Simon Riggs <simon@2ndQuadrant.com>)
Re: Recovery conflict monitoring  (Greg Smith <greg@2ndquadrant.com>)
Список pgsql-hackers
On Thu, Dec 23, 2010 at 13:09, Magnus Hagander <magnus@hagander.net> wrote:
> This patch adds counters and views to monitor hot standby generated
> recovery conflicts. It extends the pg_stat_database view with one
> column with the total number of conflicts, and also creates a new view
> pg_stat_database_conflicts that contains a breakdown of exactly what
> caused the conflicts.
>
> Documentation still pending, but comments meanwhile is of course appreciated ;)

Heikki pointed out over IM that it's pointless to count stats caused
by recovery conflict with drop database - since we drop the stats
record as soon as it arrives anyway. Here's an updated patch that
removes that, and also adds some documentation.

--
 Magnus Hagander
 Me: http://www.hagander.net/
 Work: http://www.redpill-linpro.com/

Вложения

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

Предыдущее
От: Simon Riggs
Дата:
Сообщение: Re: Streaming replication as a separate permissions
Следующее
От: Magnus Hagander
Дата:
Сообщение: Re: Streaming replication as a separate permissions