Re: Ordered Append WIP patch v1

From: Gregory Stark <stark(at)enterprisedb(dot)com>
To: "Bruce Momjian" <bruce(at)momjian(dot)us>
Cc: "Alvaro Herrera" <alvherre(at)commandprompt(dot)com>, "PostgreSQL-development Hackers" <pgsql-patches(at)postgresql(dot)org>
Subject: Re: Ordered Append WIP patch v1
Date: 2008-04-06 09:20:40
Message-ID: 87ve2vbaqf.fsf@oxford.xeocode.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

"Bruce Momjian" <bruce(at)momjian(dot)us> writes:

> Alvaro Herrera wrote:
>> Gregory Stark wrote:
>> >
>> > Here's the WIP patch I described on -hackers to implemented "ordered" append
>> > nodes.
>>
>> Did you ever publish an updated version of this patch?

No, it's been kind of on the back burner.

> I don't think so. I think we just need to tell Greg if he should
> continue in this direction.

I think the executor side of things is pretty straightforward. Where I'm
really uncertain is on the planner side of things.

To be honest I didn't follow at all what Tom was saying to do with the
equivalence classes. What it's doing now is basically just lying and saying
the child columns are equivalent to the parent columns -- I'm not sure what
the consequences of that are. Tom seemed to think that would be bad but I
don't see any real problems with it.

--
Gregory Stark
EnterpriseDB http://www.enterprisedb.com
Ask me about EnterpriseDB's PostGIS support!

In response to

Browse pgsql-patches by date

  From Date Subject
Next Message Tom Lane 2008-04-06 16:02:25 Re: updated hash functions for postgresql v1
Previous Message Bruce Momjian 2008-04-06 02:48:29 Re: Ordered Append WIP patch v1