Re: How to analyze of short but heavy intermittent slowdown on BIND on production database (or BIND vs log_lock_waits)

Поиск
Список
Период
Сортировка
От MichaelDBA
Тема Re: How to analyze of short but heavy intermittent slowdown on BIND on production database (or BIND vs log_lock_waits)
Дата
Msg-id 2f7a8841-71c7-03e7-1bd5-2b1f95d24c16@sqlexec.com
обсуждение исходный текст
Ответ на Re: How to analyze of short but heavy intermittent slowdown on BIND on production database (or BIND vs log_lock_waits)  (Maxim Boguk <maxim.boguk@gmail.com>)
Ответы Re: How to analyze of short but heavy intermittent slowdown on BIND on production database (or BIND vs log_lock_waits)  (Maxim Boguk <maxim.boguk@gmail.com>)
Список pgsql-performance
Howdy,

Few additional questions:
  1. How many concurrent, active connections are running when these BIND problems occur?  select count(*) from pg_stat_activity where state in ('active','idle in transaction')
  2. Are the queries using gigantic IN (<big list>) values?
  3. Perhaps unrelated, but is log_temp_files turned on, and if so, do you have a lot of logs related to that?

Regards,
Michael Vitale, just another PG DBA






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

Предыдущее
От: Maxim Boguk
Дата:
Сообщение: Re: How to analyze of short but heavy intermittent slowdown on BIND on production database (or BIND vs log_lock_waits)
Следующее
От: Maxim Boguk
Дата:
Сообщение: Re: How to analyze of short but heavy intermittent slowdown on BIND on production database (or BIND vs log_lock_waits)