Re: BUG #6275: Horrible performance regression

Поиск
Список
Период
Сортировка
От Guillaume Smet
Тема Re: BUG #6275: Horrible performance regression
Дата
Msg-id CALt0+o-L+2ajCSbFQQ-68=aYj-hNkEGw0baE4p_nBOSFxyKoyA@mail.gmail.com
обсуждение исходный текст
Ответ на Re: BUG #6275: Horrible performance regression  (Robert Haas <robertmhaas@gmail.com>)
Список pgsql-bugs
On Mon, Oct 31, 2011 at 1:50 PM, Robert Haas <robertmhaas@gmail.com> wrote:
> If you can't do that for some reason, there's always auto_explain, but
> that has some overhead and is a bit more work to set up.

If it's a massive load of data with a lot of queries, I think his best
bet is to log the queries with log_min_duration_statement = <something
sensible> (I'd try to start with 30ms) then analyze the log results
with pgFouine or any other log analyzer for both versions.

--
Guillaume

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: BUG #6278: Index scans on '>' condition on field with many NULLS
Следующее
От: Robert Haas
Дата:
Сообщение: Re: BUG #6278: Index scans on '>' condition on field with many NULLS