Re: Table inheritance implementation. - Mailing list pgsql-general

From Vlad
Subject Re: Table inheritance implementation.
Date
Msg-id cd70c6810701040839g7f305586q43ce3f3af5ae3c63@mail.gmail.com
Whole thread Raw
In response to Re: Table inheritance implementation.  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: Table inheritance implementation.  (Vlad <marchenko@gmail.com>)
List pgsql-general
Speaking of partitioning, I see there some improvements planed for
this feature in 8.3 - any info on what exactly users can expect? Any
possibility to improve it so we don't have to add insert trigger that
selects the right table for operation? Also, propagation of Alter
table on inherited tables is a sweat feature... :)

> Interesting thought, but joins are expensive --- this would be quite a
> lot slower than the current way, I fear, especially when you consider
> more than one level of inheritance.  Also, switching over to this would
> destroy the current usefulness of inheritance for partitioning.
>
>                         regards, tom lane

-- vlad

pgsql-general by date:

Previous
From: Tom Lane
Date:
Subject: Re: Moving from 7.2.1 to 8.1.5 - looking for jdbc
Next
From: Arindam
Date:
Subject: Re: Moving from 7.2.1 to 8.1.5 - looking for jdbc