Re: Partitioning - Mailing list pgsql-performance

From Mikael Carneholm
Subject Re: Partitioning
Date
Msg-id 7F10D26ECFA1FB458B89C5B4B0D72C2B82CD0A@sesrv12.wirelesscar.com
Whole thread Raw
In response to Partitioning  (Arnau <arnaulist@andromeiberica.com>)
Responses Re: Partitioning  ("Jim C. Nasby" <jim@nasby.net>)
List pgsql-performance
Take a look at the set of partitioning functions I wrote shortly after
the 8.1 release:

http://www.studenter.hb.se/~arch/files/part_functions.sql

You could probably work something out using those functions (as-is, or
as inspiration) together with pgAgent
(http://www.pgadmin.org/docs/1.4/pgagent.html)

/Mikael

> -----Original Message-----
> From: pgsql-performance-owner@postgresql.org
[mailto:pgsql-performance-
> owner@postgresql.org] On Behalf Of Arnau
> Sent: den 5 januari 2007 12:02
> To: pgsql-performance@postgresql.org
> Subject: [PERFORM] Partitioning
>
> Hi all,
>
>    I'm not sure if this question fits in the topic of this list.
>
>    I'm interested in partitioning and it's the first time I'd use it.
> There is an issue I don't know how you handle it. Lets say I'm
> interested in store monthly based statistical data like the example of
> http://www.postgresql.org/docs/8.2/static/ddl-partitioning.html. What
I
> don't like of this approach is that the monthly tables, rules... must
be
> created "manually" or at least I haven't found any other option.
>
>    My question is how do you manage this? do you have a cron task that
> creates automatically these monthly elements (tables, rules, ... ) or
> there is another approach that doesn't require external things like
cron
>   only PostgreSQL.
> --
> Arnau
>
> ---------------------------(end of
broadcast)---------------------------
> TIP 5: don't forget to increase your free space map settings


pgsql-performance by date:

Previous
From: Arnau
Date:
Subject: Partitioning
Next
From: Erik Jones
Date:
Subject: Re: More 8.2 client issues (Was: [Slow dump?)