Re: Tablespaces

From: Shridhar Daithankar <shridhar(at)frodo(dot)hserus(dot)net>
To: Gavin Sherry <swm(at)linuxworld(dot)com(dot)au>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Tablespaces
Date: 2004-02-26 10:38:50
Message-ID: 200402261608.50626.shridhar@frodo.hserus.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-hackers-win32

On Thursday 26 February 2004 15:37, Gavin Sherry wrote:
> Tying it all together:
>
> The catalogs pg_database, pg_namespace, and pg_class will have a 'tblspc'
> field. This will be the OID of the table space the object resides in, or 0
> (default table space). Since we can then resolve relid/relname, schema and
> database to a tablespace, there aren't too many cases when extra logic
> needs to be added to the IO framework. In fact, most of it is taken care
> of because of the abstraction of relpath().
>
> The creation of table spaces will need to be recorded in xlog in the same
> way that files are in heap_create() with the corresponding delete logic
> incase of ABORT.

Is tablespace some sort of copyrighted? Last I remembered, the discussion was
about location/storage

Just a thought..

Shridhar

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Richard Huxton 2004-02-26 11:25:23 Re: Tablespaces
Previous Message Gavin Sherry 2004-02-26 10:07:49 Tablespaces

Browse pgsql-hackers-win32 by date

  From Date Subject
Next Message Richard Huxton 2004-02-26 11:25:23 Re: Tablespaces
Previous Message Gavin Sherry 2004-02-26 10:07:49 Tablespaces