From: | "Joshua D(dot) Drake" <jd(at)commandprompt(dot)com> |
---|---|
To: | Scott Marlowe <smarlowe(at)g2switchworks(dot)com> |
Cc: | "FERREIRA William (COFRAMI)" <william(dot)ferreira(at)airbus(dot)com>, "'pgsql-general(at)postgresql(dot)org'" <pgsql-general(at)postgresql(dot)org> |
Subject: | Re: partitionning |
Date: | 2005-03-09 19:21:06 |
Message-ID: | 422F4CA2.9040307@commandprompt.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
Scott Marlowe wrote:
>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.
>
>
I don't agree with this. There are many postgresql users
who have 100, 200, 600 GB databases that don't have the budget
to purchase a 20,000 array.
Table partitioning is a way to keep things efficient. That
should be regardless of technology.
RAM is cheap, so lets just use as much of it as we can even
if it means we swap.
Sincerely,
Joshua D. Drake
>---------------------------(end of broadcast)---------------------------
>TIP 5: Have you checked our extensive FAQ?
>
> http://www.postgresql.org/docs/faq
>
>
--
Command Prompt, Inc., home of Mammoth PostgreSQL - S/ODBC and S/JDBC
Postgresql support, programming shared hosting and dedicated hosting.
+1-503-667-4564 - jd(at)commandprompt(dot)com - http://www.commandprompt.com
PostgreSQL Replicator -- production quality replication for PostgreSQL
Attachment | Content-Type | Size |
---|---|---|
jd.vcf | text/x-vcard | 285 bytes |
From | Date | Subject | |
---|---|---|---|
Next Message | Scott Marlowe | 2005-03-09 19:22:11 | Re: partitionning |
Previous Message | Guy Rouillier | 2005-03-09 19:13:41 | Re: Pgsql dynamic statements and null values |