Re: partitionning

From: Scott Marlowe <smarlowe(at)g2switchworks(dot)com>
To: "FERREIRA William (COFRAMI)" <william(dot)ferreira(at)airbus(dot)com>
Cc: "'pgsql-general(at)postgresql(dot)org'" <pgsql-general(at)postgresql(dot)org>
Subject: Re: partitionning
Date: 2005-03-09 16:42:53
Message-ID: 1110386573.19624.36.camel@state.g2switchworks.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Wed, 2005-03-09 at 10:31, FERREIRA William (COFRAMI) wrote:
> hi
>
> does the table partitionning exists under PostgreSQL ? or maybe an
> alternative exists ?
>
> Oracle implements this system : it allows to spread rows on differents
> partitions depending on an attribute.
> For example, my application store xml documents in database, an the
> partitionning is used to spread the differents documents on differents
> partitions.

Currently, doing this in PostgreSQL is more of a "roll your own" thing.
you create the base tables on different table spaces, then create an
updatable view with the proper triggers to make sure that the incoming
records go to the right tables.

With the advent of very large raid arrays with very fast caching
controllers, this methodology is becoming less and less necessary.

In response to

  • partitionning at 2005-03-09 16:31:01 from FERREIRA William (COFRAMI)

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Csaba Nagy 2005-03-09 16:44:32 Re: [JDBC] java is locked when select for update
Previous Message Elie Nacache 2005-03-09 16:35:17 unsuscribe