Re: Auto creation of Partitions - Mailing list pgsql-hackers

From NikhilS
Subject Re: Auto creation of Partitions
Date
Msg-id d3c4af540703062244m2a2d5579r828f3c5c4d1648dd@mail.gmail.com
Whole thread Raw
In response to Re: Auto creation of Partitions  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: Auto creation of Partitions
List pgsql-hackers

Hi,

On 3/7/07, Tom Lane <tgl@sss.pgh.pa.us> wrote:
Peter Eisentraut <peter_e@gmx.net> writes:
> But when I say
> CREATE TABLE ( a int PRIMARY KEY, ... ) PARTITION blah ...
> then I expect that the primary key will be enforced across all
> partitions.  We currently sidestep that issue by not offering seemingly
> transparent partitioning.  But if you are planning to offer that, the
> unique index issue needs to be solved, and I see nothing in your plan
> about that.

Agreed, it needs to Just Work.  I think it'd still be useful though
if we only support auto-partitioning on the primary key, and that
restriction avoids the indexing problem.

                        regards, tom lane

Sure, but as Chris mentioned earlier, wouldn't it be useful to maintain uniqueness on a
partition-by-partition basis too?

Regards,
Nikhils
--
EnterpriseDB               http://www.enterprisedb.com

pgsql-hackers by date:

Previous
From: NikhilS
Date:
Subject: Re: Auto creation of Partitions
Next
From: Stefan Kaltenbrunner
Date:
Subject: Re: Auto creation of Partitions