From: | Stephen Frost <sfrost(at)snowman(dot)net> |
---|---|
To: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
Cc: | pgsql-hackers(at)postgresql(dot)org, Robert Haas <robertmhaas(at)gmail(dot)com> |
Subject: | Re: EXPLAIN WITH |
Date: | 2009-04-05 17:46:11 |
Message-ID: | 20090405174611.GA8123@tamriel.snowman.net |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
* Tom Lane (tgl(at)sss(dot)pgh(dot)pa(dot)us) wrote:
> This isn't terribly compelling in this example, of course, but
> it gets a lot more important when you've got a dozen of 'em.
Exactly.
> >From the perspective of the backend this is a simple and cheap change.
Awesome.
> I think the objection that is most likely to be raised is that it would
> confuse or break programs that analyze EXPLAIN output in any degree of
> detail. Of course such programs are going to need some work for 8.4
> already.
I definitely feel that it would be best to make this change now, when
we're introducing CTE as a type that anything doing EXPLAIN would need
to deal with at some level anyway than to add it later (eg: 8.5). I'm
definitely a +1 on this.
Thanks!
Stephen
From | Date | Subject | |
---|---|---|---|
Next Message | Robert Haas | 2009-04-05 17:54:13 | Re: Closing some 8.4 open items |
Previous Message | Tom Lane | 2009-04-05 17:39:47 | Re: EXPLAIN WITH |