Re: Data Warehouse Reevaluation - MySQL vs Postgres -- - Mailing list pgsql-performance

From Markus Schaber
Subject Re: Data Warehouse Reevaluation - MySQL vs Postgres --
Date
Msg-id 20040915111644.7cac2433@kingfisher.intern.logi-track.com
Whole thread Raw
In response to Re: Data Warehouse Reevaluation - MySQL vs Postgres -- merge tables  (Steve Atkins <steve@blighty.com>)
Responses Re: Data Warehouse Reevaluation - MySQL vs Postgres --
List pgsql-performance
Hi,

On Tue, 14 Sep 2004 22:10:04 -0700
Steve Atkins <steve@blighty.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@logi-track.com | www.logi-track.com

pgsql-performance by date:

Previous
From:
Date:
Subject: Re: Re: Data Warehouse Reevaluation - MySQL vs Postgres --
Next
From: Joe Conway
Date:
Subject: Re: Data Warehouse Reevaluation - MySQL vs Postgres --