Re: tablespace?

Поиск
Список
Период
Сортировка
От Richard Broersma Jr
Тема Re: tablespace?
Дата
Msg-id 20060927213306.94953.qmail@web31815.mail.mud.yahoo.com
обсуждение исходный текст
Ответ на tablespace?  (Ray Stell <stellr@cns.vt.edu>)
Список pgsql-novice
> I see no mention of tablespace in Worsley and Drake.  Is ts not
> smiled on, new, or just not in the scope of the book?  No option on create
> user to define a default ts makes me wonder if ts is not "good."
>

I am not sure if I remember correctly, but I remember reading something on the general-mailing
list about a year ago that suggested that care had to be taken to get the data off of all of the
tablespaces in relation to the main data direcotry, if file system back-ups were used.

However on *nix, symbolic links are used easily enough to provide similar access to data on other
files sytems without any complication in the DDL statements.

In my book by douglas, mention was made to using table spaces for placing indexs on expensive/fast
access semi-conductor drives.  But I imagine this could also be achieved with symoblic links
anyway.

Regards,

Richard Broersma Jr.


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

Предыдущее
От: Ray Stell
Дата:
Сообщение: tablespace?
Следующее
От: pr0v4
Дата:
Сообщение: Re: pass date type data to PQexecparams