Re: Export the explain diagram?

From: Guillaume Lelarge <guillaume(at)lelarge(dot)info>
To: Michael Shapiro <mshapiro51(at)gmail(dot)com>
Cc: "pgadmin-support(at)postgresql(dot)org" <pgadmin-support(at)postgresql(dot)org>
Subject: Re: Export the explain diagram?
Date: 2010-02-09 13:59:20
Message-ID: 4B716A38.5080503@lelarge.info
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-support

Le 09/02/2010 14:49, Michael Shapiro a écrit :
> My mistake. I do see the diagram. What is the difference between explain
> without Analyze or Verbose selected? (That is how I normally run it, ie I
> don't select Analyze or Verbose from the Query menu, I just run explain and
> I get a diagram).
>

You have less informations on each node when you click on them if you
asked for a VACUUM without options. For example, on a VACUUM with the
ANALYZE option, you'll get the real cost, the real number of rows
returned, etc.)

--
Guillaume.
http://www.postgresqlfr.org
http://dalibo.com

In response to

Responses

Browse pgadmin-support by date

  From Date Subject
Next Message Guillaume Lelarge 2010-02-09 14:24:37 Re: Export the explain diagram?
Previous Message Michael Shapiro 2010-02-09 13:49:09 Re: Export the explain diagram?