Re: pg_stat_lwlocks view - lwlocks statistics

Поиск
Список
Период
Сортировка
От Josh Berkus
Тема Re: pg_stat_lwlocks view - lwlocks statistics
Дата
Msg-id 4FE9F437.6070309@agliodbs.com
обсуждение исходный текст
Ответ на Re: pg_stat_lwlocks view - lwlocks statistics  (Satoshi Nagayasu <snaga@uptime.jp>)
Список pgsql-hackers
> To implement it, a new array can be added in the local process memory
> to hold lwlock statistics, and update counters both in the shared
> memory and the local process memory at once. Then, the session can
> retrieve 'per-session' statistics from the local process memory
> via some dedicated function.

That would be way cool from a diagnostics perspective.  Not sure what
impact it has, though.

-- 
Josh Berkus
PostgreSQL Experts Inc.
http://pgexperts.com




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

Предыдущее
От: Robert Haas
Дата:
Сообщение: Re: PATCH: Improve DROP FUNCTION hint
Следующее
От: Jeff Davis
Дата:
Сообщение: Re: GiST subsplit question