Hi, hackers. For some distributions of data in tables, different loops in nested loop joins can take different time and process different amounts of entries. It makes average statistics returned by explain analyze not very useful for DBA. To fix it, here is the patch that add printing of min and max statistics for time and rows across all loops in Nested Loop to EXPLAIN ANALYSE. Please don't hesitate to share any thoughts on this topic!
+1
This is great feature - sometimes it can be pretty messy current limited format
This interface is ok - there is not too much space for creativity. I can imagine displaying variance or average - but I am afraid about very bad performance impacts.
Regards
Pavel
Pavel, Julien, could you please say if it looks good?