Re: auto_explain and parallel queries issue

Поиск
Список
Период
Сортировка
От Pavel Stehule
Тема Re: auto_explain and parallel queries issue
Дата
Msg-id CAFj8pRCh5CjOh7h1tLmdtQGnp1w10h2kSyeQovX0gS4tZZNzNw@mail.gmail.com
обсуждение исходный текст
Ответ на Re: auto_explain and parallel queries issue  (Tomas Vondra <tomas.vondra@2ndquadrant.com>)
Список pgsql-hackers


2018-04-16 10:33 GMT+02:00 Tomas Vondra <tomas.vondra@2ndquadrant.com>:


On 04/16/2018 09:25 AM, Pavel Stehule wrote:
> Hi
>
> I am testing PostgreSQL in customer's environment and I found some
> unexpected behave.
>
> When auto_explain is used, and there is slower parallel query, then
> auto_explain raises log for any slow process.
>

FWIW this is the same issue that I reported in 2016:

https://www.postgresql.org/message-id/3f62f24e-51b3-175c-9222-95f25fd2a9d6%402ndquadrant.com

yes. The fix should not be too hard. The report can do only process who owns query text

Regards

Pavel
 


regards

--
Tomas Vondra                  http://www.2ndQuadrant.com
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services

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

Предыдущее
От: Tomas Vondra
Дата:
Сообщение: Re: auto_explain and parallel queries issue
Следующее
От: Yugo Nagata
Дата:
Сообщение: Re: [HACKERS] [PATCH] Lockable views