Re: Where does the time go?

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Where does the time go?
Дата
Msg-id 27386.1143082792@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Where does the time go?  ("Kevin Grittner" <Kevin.Grittner@wicourts.gov>)
Ответы Re: Where does the time go?  ("Kevin Grittner" <Kevin.Grittner@wicourts.gov>)
Re: Where does the time go?  (Simon Riggs <simon@2ndquadrant.com>)
Список pgsql-hackers
"Kevin Grittner" <Kevin.Grittner@wicourts.gov> writes:
> I have some odd results from timing two versions of an update query, and
> was hoping to get a better handle on how to interpret this.

You didn't show us the explain analyze results, but I'm betting that a
big part of your issue is that the EXPLAIN ANALYZE instrumentation
overhead is (1) significant and (2) different for the two query plans.
The instrumentation overhead should be about the same for any one plan
node execution, but the two plans could involve very different numbers
of plan node executions ...
        regards, tom lane


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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: On vacation
Следующее
От: "Andrew Dunstan"
Дата:
Сообщение: Re: Static build of psql with readline support