Re: [COMMITTERS] pgsql: Include planning time in EXPLAIN ANALYZE output.

Поиск
Список
Период
Сортировка
От Stephen Frost
Тема Re: [COMMITTERS] pgsql: Include planning time in EXPLAIN ANALYZE output.
Дата
Msg-id 20140204001346.GS2921@tamriel.snowman.net
обсуждение исходный текст
Ответ на Re: [COMMITTERS] pgsql: Include planning time in EXPLAIN ANALYZE output.  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: [COMMITTERS] pgsql: Include planning time in EXPLAIN ANALYZE output.
Список pgsql-hackers
* Tom Lane (tgl@sss.pgh.pa.us) wrote:
> The problem I'm having with the way it stands now is that one would
> reasonably expect that "Total time" is the total of all times counted
> by EXPLAIN, including main plan execution time, trigger firing time,
> and now planning time.  Since it is not, any longer, a total, I think
> renaming it would be a good idea.  I'm not wedded to "execution time"
> in particular, but I don't like "total".

Agreed.
Thanks,
    Stephen

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

Предыдущее
От: Michael Paquier
Дата:
Сообщение: Re: should we add a XLogRecPtr/LSN SQL type?
Следующее
От: Gurjeet Singh
Дата:
Сообщение: Proposing pg_hibernate