Re: query execution time

Поиск
Список
Период
Сортировка
От Kevin Grittner
Тема Re: query execution time
Дата
Msg-id 4CAB52A0020000250003657E@gw.wicourts.gov
обсуждение исходный текст
Ответ на query execution time  (Julius T <julius@nsoft.lt>)
Ответы Re: query execution time  (Julius Tuskenis <julius@nsoft.lt>)
Список pgsql-admin
Julius T <julius@nsoft.lt> wrote:

> The question is why the difference of value provided by EXPLAIN
> ANALYZE and observed one is so big?

There can be a number of reasons.  The time to transmit the query
results to the client is one that jumps to mind, if the query
generates a large result set.  Parts of what you described might
suggest checkpoint issues, depending on the query mix, the
PostgreSQL version, the hardware and the OS.  You haven't given us
enough information to even start to guess which of these or other
issues might be involved.

Please read this page, and repost with more information:

http://wiki.postgresql.org/wiki/SlowQueryQuestions

-Kevin

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

Предыдущее
От: Craig James
Дата:
Сообщение: Re: restore
Следующее
От: Lukasz Brodziak
Дата:
Сообщение: Re: query execution time