Re: Join optimization for inheritance tables

From: Josh Berkus <josh(at)agliodbs(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Join optimization for inheritance tables
Date: 2009-09-27 19:30:07
Message-ID: 4ABFBD3F.3010204@agliodbs.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 9/26/09 3:00 PM, Emmanuel Cecchet wrote:
> Hi Simon,
>
> Thanks for the insight. I might take that as a long term project. I have
> to discuss that with my colleagues at Aster. It would certainly help to
> put together a wiki page with the key insights on the design of such
> implementation to be able to better scope the project and agree on what
> is the right approach for this.

In the meantime, can you look at the possibility I suggested? If you
could produce a patch which would implement the most common and least
complex case of partition joining: where the constraints on two
partitions match exactly (or are mathematically provable subsets) with a
small patch, it would probably work for 8.5.

--
Josh Berkus
PostgreSQL Experts Inc.
www.pgexperts.com

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Stef Walter 2009-09-27 19:36:53 Re: pg_hba.conf: samehost and samenet [REVIEW]
Previous Message Robert Haas 2009-09-27 19:03:11 Re: pg_hba.conf: samehost and samenet [REVIEW]