Re: Partitioning Option?

Поиск
Список
Период
Сортировка
От Tomeh, Husam
Тема Re: Partitioning Option?
Дата
Msg-id C45835824D00A844BBD0F032D5CDED9212FC75@pisgana01sxch01.ana.firstamdata.com
обсуждение исходный текст
Ответ на Partitioning Option?  ("Tomeh, Husam" <htomeh@firstam.com>)
Ответы Re: Partitioning Option?
Re: Partitioning Option?
Re: Partitioning Option?
Список pgsql-admin
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)

--
  Husam

-----Original Message-----
From: Joshua D. Drake [mailto:jd@commandprompt.com]
Sent: Wednesday, February 23, 2005 10:50 AM
To: Tomeh, Husam
Cc: pgsql-admin@postgresql.org
Subject: Re: [ADMIN] Partitioning Option?

Tomeh, Husam wrote:

>Does PostgreSQL support/allow "partitioning" of objects like tables and

>indexes, like Oracle does?
>
>
We support tablespaces but not table partitioning. You can get around
this by using namespaces and unions however.

Sincerely,

Joshua D. Drake


>I have searched the docs, but haven't found anything to partitioning.
>
>Thanks,
>
>--
>  Husam
>**********************************************************************
>This message contains confidential information intended only for the
>use of the addressee(s) named above and may contain information that is

>legally privileged.  If you are not the addressee, or the person
>responsible for delivering it to the addressee, you are hereby notified

>that reading, disseminating, distributing or copying this message is
>strictly prohibited.  If you have received this message by mistake,
>please immediately notify us by replying to the message and delete the
>original message immediately thereafter.
>
>Thank you.                                       FADLD Tag
>**********************************************************************
>
>
>---------------------------(end of
>broadcast)---------------------------
>TIP 1: subscribe and unsubscribe commands go to
>majordomo@postgresql.org
>
>


--
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@commandprompt.com - http://www.commandprompt.com
PostgreSQL Replicator -- production quality replication for PostgreSQL



В списке pgsql-admin по дате отправления:

Предыдущее
От: "Joshua D. Drake"
Дата:
Сообщение: Re: Partitioning Option?
Следующее
От: "Cory Vokey"
Дата:
Сообщение: Re: Lingering Checkpoint Process