Re: [HACKERS] proposal: EXPLAIN ANALYZE formatting

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: [HACKERS] proposal: EXPLAIN ANALYZE formatting
Дата
Msg-id 8339c36e-b8ad-eddd-1e4b-d7d4da8976ea@2ndquadrant.com
обсуждение исходный текст
Ответ на [HACKERS] proposal: EXPLAIN ANALYZE formatting  (Pavel Stehule <pavel.stehule@gmail.com>)
Ответы Re: [HACKERS] proposal: EXPLAIN ANALYZE formatting  (Pavel Stehule <pavel.stehule@gmail.com>)
Список pgsql-hackers
On 1/28/17 2:36 AM, Pavel Stehule wrote:
> Now EXPLAIN ANALYZE produce too wide rows for usage in presentations
> 
> What do you think about possibility to implement >>optional<<
> alternative formatting.
> 
> Now:
> 
>   node name (estimation) (actual)
> 
> Alternative:
> 
>   node name (estimation)
>                    (actual)

I think that could be useful, even outside of presentations.

-- 
Peter Eisentraut              http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services



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

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: Re: [HACKERS] Transactions involving multiple postgres foreignservers
Следующее
От: Pavel Stehule
Дата:
Сообщение: Re: [HACKERS] proposal: EXPLAIN ANALYZE formatting