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

From Stefan Kaltenbrunner
Subject Re: Auto creation of Partitions
Date
Msg-id 45EE67B3.7020101@kaltenbrunner.cc
Whole thread Raw
In response to Re: Auto creation of Partitions  (Andrew Dunstan <andrew@dunslane.net>)
Responses Re: Auto creation of Partitions  ("Joshua D. Drake" <jd@commandprompt.com>)
List pgsql-hackers
Andrew Dunstan wrote:
> Tom Lane 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.
>>
>>   
> 
> Maybe. The most obvious use for automatic partitioning that I can think 
> of would be based in the value of a timestamptz field rather than any 
> PK. Of course I tend to work more in the OLTP field than in DW type 
> apps, where other considerations might apply.

I second that - partitioning on some kind of timestamp field is a common 
usecase here too ...


Stefan


pgsql-hackers by date:

Previous
From: NikhilS
Date:
Subject: Re: Auto creation of Partitions
Next
From: Hannu Krosing
Date:
Subject: Re: Bug: Buffer cache is not scan resistant