Re: Tablespaces

Поиск
Список
Период
Сортировка
От Shridhar Daithankar
Тема Re: Tablespaces
Дата
Msg-id 200402261608.50626.shridhar@frodo.hserus.net
обсуждение исходный текст
Ответ на Tablespaces  (Gavin Sherry <swm@linuxworld.com.au>)
Список pgsql-hackers
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


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

Предыдущее
От: Gavin Sherry
Дата:
Сообщение: Tablespaces
Следующее
От: Hans-Jürgen Schönig
Дата:
Сообщение: Re: Tablespaces