Automated bottleneck detection

Поиск
Список
Период
Сортировка
От Thomas Güttler
Тема Automated bottleneck detection
Дата
Msg-id 14b51a31-df17-62ab-1b00-778cce29e57d@thomas-guettler.de
обсуждение исходный текст
Ответ на Re: Profile what the production server is doing  (Julien Rouhaud <rjuju123@gmail.com>)
Ответы Re: Automated bottleneck detection  (MichaelDBA <MichaelDBA@sqlexec.com>)
Список pgsql-performance
This sound good. Looks like an automated bootleneck detection
could be possible with pg_wait_sampling.

Regards,
   Thomas

Am 25.07.2018 um 12:25 schrieb Julien Rouhaud:
> On Wed, Jul 25, 2018 at 11:14 AM, Thomas Güttler
> <guettliml@thomas-guettler.de> wrote:
>>
>> AFAIK powa is based on pg_stat_statements not on statistical samples.
>> But maye I am wrong.
> 
> Indeed, it's based on pg_stat_statements, but other extensions are
> supported too.  Since pg_stat_statements already provides cumulated
> counters, there's no need to do sampling.  But if you're interested in
> wait events information for instance, it supports (in development
> version) pg_wait_sampling extension, which does sampling to provide
> efficient and informative informations.
> 

-- 
Thomas Guettler http://www.thomas-guettler.de/
I am looking for feedback: https://github.com/guettli/programming-guidelines


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

Предыдущее
От: Julien Rouhaud
Дата:
Сообщение: Re: Profile what the production server is doing
Следующее
От: MichaelDBA
Дата:
Сообщение: Re: Automated bottleneck detection