Re: Query plan with missing timespans

Поиск
Список
Период
Сортировка
От Kevin Grittner
Тема Re: Query plan with missing timespans
Дата
Msg-id 223706913.2307849.1429732023067.JavaMail.yahoo@mail.yahoo.com
обсуждение исходный текст
Ответ на Query plan with missing timespans  (Andomar <andomar@aule.net>)
Ответы Re: Query plan with missing timespans
Список pgsql-performance
Andomar <andomar@aule.net> wrote:

> In the output of "explain analyze" below, what was the query
> doing between actual time 1.426 and 17.077?

Looping through 384 index scans of tbl, each taking 0.040 ms.
That's 15.36 ms.  That leaves 0.291 ms unaccounted for, which means
that's about how much time the top level nested loop took to do its
work.

--
Kevin Grittner
EDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company

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

Предыдущее
От: Andomar
Дата:
Сообщение: Query plan with missing timespans
Следующее
От: Andomar
Дата:
Сообщение: Re: Query plan with missing timespans