Re: What needs to be done for real Partitioning?

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: PFC <lists(at)boutiquenumerique(dot)com>
Cc: "Josh Berkus" <josh(at)agliodbs(dot)com>, pgsql-performance(at)postgresql(dot)org
Subject: Re: What needs to be done for real Partitioning?
Date: 2005-03-19 23:02:39
Message-ID: 2092.1111273359@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

PFC <lists(at)boutiquenumerique(dot)com> writes:
> Some ideas :
> hidden field (like oid was) to indicate in which partition the tuple is ?

tableoid would accomplish that already, assuming that the "partitioned
table" is effectively a view on separate physical tables.

regards, tom lane

In response to

Responses

Browse pgsql-performance by date

  From Date Subject
Next Message Josh Berkus 2005-03-19 23:29:51 Re: What needs to be done for real Partitioning?
Previous Message Alvaro Herrera 2005-03-19 22:56:24 Re: What needs to be done for real Partitioning?