Re: Table spaces again [was Re: Threaded Sorting]

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Table spaces again [was Re: Threaded Sorting]
Дата
Msg-id 23825.1034003653@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Table spaces again [was Re: Threaded Sorting]  (Hans-Jürgen Schönig <postgres@cybertec.at>)
Ответы Re: Table spaces again [was Re: Threaded Sorting]  ("Jim Buttafuoco" <jim@contactbda.com>)
Список pgsql-hackers
Hans-Jürgen Schönig <postgres@cybertec.at> writes:
> how would you handle table spaces?

The plan that's been discussed simply defines a tablespace as being a
directory somewhere; physical storage of individual tables would remain
basically the same, one or more files under the containing directory.

The point of this being, of course, that the DBA could create the
tablespace directories on different partitions or volumes in order to
provide the behavior he wants.

In my mind this would be primarily a cleaner, more flexible
reimplementation of the existing "database location" feature.
        regards, tom lane


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

Предыдущее
От: "Shridhar Daithankar"
Дата:
Сообщение: Re: Table spaces again [was Re: Threaded Sorting]
Следующее
От: Manfred Koizar
Дата:
Сообщение: Re: [GENERAL] Large databases, performance