From: | Guillaume Lelarge <guillaume(at)lelarge(dot)info> |
---|---|
To: | Euler Taveira de Oliveira <euler(at)timbira(dot)com> |
Cc: | Magnus Hagander <magnus(at)hagander(dot)net>, pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org> |
Subject: | Re: Ticket 117: Explain Buffers |
Date: | 2010-01-25 22:47:45 |
Message-ID: | 4B5E1F91.5080402@lelarge.info |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgadmin-hackers |
Le 23/01/2010 19:20, Euler Taveira de Oliveira a écrit :
> Magnus Hagander escreveu:
>> While you're whacking around the explain code, one thing that has
>> always nagged me, is that ANALYZE is an option for EXPLAIN. IMO we
>> should have "Explain" and "Explain Analyze" as separate commands,
>> because they actually do different things. And then options for things
>> like verbose, costs, buffers etc. If we're going to change that ever,
>> now is probably the best time :-)
>>
> +1. It always annoys me too.
>
> There is another improvement that we could change: EXPLAIN VERBOSE could
> generate graphical output too. I understand the reason why we don't generate
> it (that's because of the long text output) but in 8.4 or later that noisy
> output was wiped out. It' so trivial that it is attached.
>
I added your patch in mine. See my answer to Magnus.
--
Guillaume.
http://www.postgresqlfr.org
http://dalibo.com
From | Date | Subject | |
---|---|---|---|
Next Message | Euler Taveira de Oliveira | 2010-01-26 03:13:12 | Re: Ticket 117: Explain Buffers |
Previous Message | Guillaume Lelarge | 2010-01-25 22:46:49 | Re: Ticket 117: Explain Buffers |