Re: [PG13] Planning (time + buffers) data structure in explain plan (format text)

From: Justin Pryzby <pryzby(at)telsasoft(dot)com>
To: Pierre Giraud <pierre(dot)giraud(at)dalibo(dot)com>
Cc: pgsql-hackers(at)lists(dot)postgresql(dot)org, Fujii Masao <fujii(at)postgresql(dot)org>
Subject: Re: [PG13] Planning (time + buffers) data structure in explain plan (format text)
Date: 2020-08-19 03:27:06
Message-ID: 20200819032706.GQ17022@telsasoft.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Fri, Aug 07, 2020 at 02:30:01PM +0200, Pierre Giraud wrote:
> Hi all,
>
> As far as I understand, in the upcoming version 13, information about
> buffers used during planning is now available in the explain plan.
>
> […]
> Planning Time: 0.203 ms
> Buffers: shared hit=14
> […]
>
> For a matter of consistency, I wonder if it would be possible to format
> it like the following:
>
> […]
> Planning:
> Planning Time: 0.203 ms
> Buffers: shared hit=14

Thanks for reporting. I added this here.
https://wiki.postgresql.org/wiki/PostgreSQL_13_Open_Items

--
Justin

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Lu, Chenyang 2020-08-19 03:32:51 RE: [PATCH]Fix ja.po error
Previous Message David Rowley 2020-08-19 02:45:55 Re: Hybrid Hash/Nested Loop joins and caching results from subplans