Re: [PATCH] Add extra statistics to explain for Nested Loop - Mailing list pgsql-hackers

From hubert depesz lubaczewski
Subject Re: [PATCH] Add extra statistics to explain for Nested Loop
Date
Msg-id 20201017082345.GA17244@depesz.com
Whole thread Raw
In response to Re: [PATCH] Add extra statistics to explain for Nested Loop  (Julien Rouhaud <rjuju123@gmail.com>)
List pgsql-hackers
On Sat, Oct 17, 2020 at 12:26:08PM +0800, Julien Rouhaud wrote:
> >> -               ->  Nested Loop (actual rows=N loops=N)
> >> +              ->  Nested Loop (actual min_rows=0 rows=0 max_rows=0 loops=2)
> > This interface is ok - there is not too much space for creativity.
> Yes I also think it's ok. We should also consider usability for tools
> like explain.depesz.com, I don't know if the current output is best.
> I'm adding Depesz and Pierre which are both working on this kind of
> tool for additional input.

Thanks for heads up. This definitely will need some changes on my side,
but should be easy to handle.

Best regards,

depesz




pgsql-hackers by date:

Previous
From: Alexander Lakhin
Date:
Subject: Re: Sometimes the output to the stdout in Windows disappears
Next
From: Noah Misch
Date:
Subject: Timing of relcache inval at parallel worker init