Re: Nested Loop "Killer" on 8.1

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Nested Loop "Killer" on 8.1
Дата
Msg-id 10310.1246054920@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Nested Loop "Killer" on 8.1  ("Dave North" <DNorth@signiant.com>)
Список pgsql-performance
"Dave North" <DNorth@signiant.com> writes:
> The outstanding question here is why does the explain analyze take
> (quite a bit) longer than just executing the query?

EXPLAIN ANALYZE has nontrivial measurement overhead, especially on
platforms with slow gettimeofday().  Old/cheap PC hardware, in particular,
tends to suck in this respect.

            regards, tom lane

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

Предыдущее
От: Scott Mead
Дата:
Сообщение: Re: Terrible Write Performance of a Stored Procedure
Следующее
От: Greg Smith
Дата:
Сообщение: Re: Terrible Write Performance of a Stored Procedure