Re: Details about pg_stat_bgwriter

Поиск
Список
Период
Сортировка
От Thomas Kellerer
Тема Re: Details about pg_stat_bgwriter
Дата
Msg-id hulvlj$lq0$1@dough.gmane.org
обсуждение исходный текст
Ответ на Re: Details about pg_stat_bgwriter  (Greg Smith <greg@2ndquadrant.com>)
Список pgsql-admin
Greg Smith wrote on 08.06.2010 19:30:
> Thomas Kellerer wrote:
>> If I want to identify a possible bottleneck with the bgwriter, for
>> what kind of numbers do I need to watch out?
> You don't much with a single snapshot of pg_stat_bgwriter data. Try
> saving this instead:
>
> select *,now() from pg_stat_bgwriter;
>
> And then take another snapshot at least a few hours later, preferably
> the next day. With two snapshots and timestamps on them, then it's
> possible to make some sense of the numbers.
>
Thanks for the answer.

After taking a few snapshots, what would I look for?

Regards
Thomas


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

Предыдущее
От: Greg Smith
Дата:
Сообщение: Re: Details about pg_stat_bgwriter
Следующее
От: Mark Rostron
Дата:
Сообщение: optimizer behavior in the case of highly updated tables