Re: TIMING A QUERY ???

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: TIMING A QUERY ???
Дата
Msg-id 26707.1184170255@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: TIMING A QUERY ???  (Andrew Sullivan <ajs@crankycanuck.ca>)
Ответы Re: TIMING A QUERY ???  (Andrew Sullivan <ajs@crankycanuck.ca>)
Список pgsql-performance
Andrew Sullivan <ajs@crankycanuck.ca> writes:
> On Wed, Jul 11, 2007 at 08:21:40AM -0700, smiley2211 wrote:
>> How can I get the time it takes a query to execute - explain analyze is
>> taking over 5 hours to complete

> You can't get it any faster than what explain analyse does: it runs
> the query.  How else would you get the answer?

Well, on some platforms (ie consumer-grade PCs) explain analyze can be a
lot slower than just running the query, because of the overhead of all
those gettimeofday() calls it does.  El cheapo clock hardware is slow
to read.  (I think the problem is actually that the PC-standard hardware
API for clocks was designed back when taking a whole microsecond to read
the clock didn't seem like a problem.)

>> ...can I use \timing???  I don't get any time when using the
>> \timing option...

> How so?  It returns Time: N ms at the end of output for me.

Works for me too.

            regards, tom lane

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

Предыдущее
От: Alan Hodgson
Дата:
Сообщение: Re: WALL on controller without battery?
Следующее
От: Gregory Stark
Дата:
Сообщение: Re: TIMING A QUERY ???