Re: Where does the time go?

Поиск
Список
Период
Сортировка
От Simon Riggs
Тема Re: Where does the time go?
Дата
Msg-id 1143283930.24487.972.camel@localhost.localdomain
обсуждение исходный текст
Ответ на Re: Where does the time go?  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: Where does the time go?  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
On Wed, 2006-03-22 at 21:59 -0500, Tom Lane wrote:

> I'm betting that a
> big part of your issue is that the EXPLAIN ANALYZE instrumentation
> overhead is (1) significant

I would like to implement an additional mode for EXPLAIN ANALYZE that
does no timing instrumentation at all. Most of the time just looking for
differences between estimated and actual row counts is all you need.

For long queries, the additional time can make the execution infeasible,
yet frequently they are the ones you want to see the output for.

EXPLAIN ANALYZE NOTIMING sounds a little dry, any ideas?

Best Regards, Simon Riggs



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

Предыдущее
От: Joel Miller
Дата:
Сообщение: Re: [SUGGESTION] CVSync
Следующее
От: Simon Riggs
Дата:
Сообщение: Re: [PATCHES] Automatically setting work_mem