Re: What happens between end of explain analyze and end of query execution ?

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: What happens between end of explain analyze and end of query execution ?
Дата
Msg-id 18910.1365092713@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: What happens between end of explain analyze and end of query execution ?  (Franck Routier <franck.routier@axege.com>)
Ответы Re: What happens between end of explain analyze and end of query execution ?
Список pgsql-performance
Franck Routier <franck.routier@axege.com> writes:
> Right, explain alone takes 3.6 seconds, so the time really seems to go
> query planning...

Well, you've not shown us the query, so it's all going to be
speculation.  But maybe you have some extremely expensive function that
the planner is evaluating to fold to a constant, or something like that?
The generated plan isn't terribly complicated, but we can't see what
was required to produce it.

            regards, tom lane


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

Предыдущее
От: Franck Routier
Дата:
Сообщение: Re: What happens between end of explain analyze and end of query execution ?
Следующее
От: Franck Routier
Дата:
Сообщение: Re: What happens between end of explain analyze and end of query execution ?