Re: EXPLAIN ANALYZE time calculations

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: EXPLAIN ANALYZE time calculations
Дата
Msg-id 549.1196644225@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: EXPLAIN ANALYZE time calculations  (Michael Glaesemann <grzm@seespotcode.net>)
Список pgsql-performance
Michael Glaesemann <grzm@seespotcode.net> writes:
> I took startup time to be the time to return the first row *of the
> first loop*. But it's actually the average startup time to return the
> first row *in each loop*, right?

Correct, just as the total time and tuples returned are averages over all
the loops.

            regards, tom lane

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

Предыдущее
От: Michael Glaesemann
Дата:
Сообщение: Re: EXPLAIN ANALYZE time calculations
Следующее
От: Matthew
Дата:
Сообщение: Re: Dealing with big tables