From: | Thomas F(dot)O'Connell <tfo(at)sitening(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:59:59 |
Message-ID: | 253549123edb8ff03cb7604841d3dd20@sitening.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
Tablespaces are the closest thing. They were introduced in 8.0:
http://www.postgresql.org/docs/8.0/static/sql-createtablespace.html
-tfo
--
Thomas F. O'Connell
Co-Founder, Information Architect
Sitening, LLC
http://www.sitening.com/
110 30th Avenue North, Suite 6
Nashville, TN 37203-6320
615-260-0005
On Mar 9, 2005, at 10:31 AM, 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.
>
> thanks
From | Date | Subject | |
---|---|---|---|
Next Message | Jim C. Nasby | 2005-03-09 17:02:10 | Re: PostgreSQL still for Linux only? |
Previous Message | Csaba Nagy | 2005-03-09 16:44:32 | Re: [JDBC] java is locked when select for update |