From: | Markus Schaber <schabios(at)logi-track(dot)com> |
---|---|
To: | pgsql-performance(at)postgresql(dot)org |
Subject: | Re: Data Warehouse Reevaluation - MySQL vs Postgres -- |
Date: | 2004-09-15 09:16:44 |
Message-ID: | 20040915111644.7cac2433@kingfisher.intern.logi-track.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-performance |
Hi,
On Tue, 14 Sep 2004 22:10:04 -0700
Steve Atkins <steve(at)blighty(dot)com> wrote:
> > Is there by any chance a set of functions to manage adding and removing
> > partitions? Certainly this can be done by hand, but having a set of
> > tools would make life much easier. I just looked but didn't see anything
> > on GBorg.
>
> I've done a similar thing with time-segregated data by inheriting
> all the partition tables from an (empty) parent table.
>
> Adding a new partition is just a "create table tablefoo () inherits(bigtable)"
> and removing a partition just "drop table tablefoo".
But you have to add table constraints restricting the time after adding
the partition?
Thanks,
Markus
--
markus schaber | dipl. informatiker
logi-track ag | rennweg 14-16 | ch 8001 zürich
phone +41-43-888 62 52 | fax +41-43-888 62 53
mailto:schabios(at)logi-track(dot)com | www.logi-track.com
From | Date | Subject | |
---|---|---|---|
Next Message | Michael Paesold | 2004-09-15 09:39:42 | Re: disk performance benchmarks |
Previous Message | simon | 2004-09-15 09:10:01 | Re: Re: Data Warehouse Reevaluation - MySQL vs Postgres -- |