Visual Explain - Mailing list pgsql-performance

From Jeff
Subject Visual Explain
Date
Msg-id AC19531A-BF9D-11D8-A9B4-000D9366F0C4@torgo.978.org
Whole thread Raw
Responses Re: Visual Explain
List pgsql-performance
I've known about this tool for a while, but it seems many people do not
know of its existence and I think it would be useful to a lot of people
who have a hard time reading explain analyze output. (And even those
who can read them without blinking.. when you get deep in join hell it
gets tricky!)

Red Hat Visual Explain - part of Red Hat Database.

It is what the name implies - a graphical (java) program to draw a
picture of your query plan (along with all the juicy information
explain analyze provides).   I just tried it out today and after
upgrading my JDBC to 7.4 it worked fine (If you get a message about SET
AUTOCOMMIT then you need to upgrade your jdbc jar)

Quite handy for getting a grasp on stupidly large query plans.

http://sources.redhat.com/rhdb/visualexplain.html

I used the CVS version, I have no idea how well the "official" releases
work.
Anyone else using it?


--
Jeff Trout <jeff@jefftrout.com>
http://www.jefftrout.com/
http://www.stuarthamm.net/


pgsql-performance by date:

Previous
From: Frank van Vugt
Date:
Subject: Re: why is a constraint not 'pushed down' into a subselect when this subselect is using a 'group by' ??
Next
From: Bill
Date:
Subject: Basic Postgresql Performance Question