Re: Partitioning Option?

From: Gaetano Mendola <mendola(at)bigfoot(dot)com>
To: "Tomeh, Husam" <htomeh(at)firstam(dot)com>
Subject: Re: Partitioning Option?
Date: 2005-02-25 00:40:08
Message-ID: 421E73E8.3060203@bigfoot.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Tomeh, Husam wrote:
> Thanks Josh, I'll check out the namespace concept.
>
> (I was referring to object partitioning. For instance, if I have a huge
> table with US counties as my partition key, I could create partitions
> within the same table based on the partition key (a US county for
> example). When querying, the engine will access the partition instead of
> the whole table to get the result set. This is provided in Oracle DB EE.
> So, I was wondering whether I can do similar thing in PostgreSQL since
> we're exploring PostgreSQL)

Look on the performance list my post: "horizontal partition".

Regards
Gaetano Mendola

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Gaetano Mendola 2005-02-25 00:44:38 Re: Partitioning Option?
Previous Message Gaetano Mendola 2005-02-25 00:39:08 Re: Partitioning Option?