Re: Schema's versus tablespace

Поиск
Список
Период
Сортировка
От Martijn van Oosterhout
Тема Re: Schema's versus tablespace
Дата
Msg-id 20060328074804.GA12995@svana.org
обсуждение исходный текст
Ответ на Schema's versus tablespace  (Dick Kniep <dick@kniep.nl>)
Ответы Re: Schema's versus tablespace  (Dick Kniep <dick@kniep.nl>)
Список pgsql-general
On Tue, Mar 28, 2006 at 09:41:46AM +0200, Dick Kniep wrote:
> Hi list,
>
> We have developed a system that is running as an ASP application, currently we
> are using Postgresql 7.4. For every customer we have a separate schema, and
> this works OK. Now in version 8, tablespaces were introduced. This summer we
> are planning to migrate to version 8.1. Question is if there are advantages
> to use tablespaces instead of schema's?

Schemas related to how your tables are logically divided up.
Tablespaces are about where the tables are actually stored on disk. As
such they have nothing to do with eachother. You can mix and match as
you please.

Have a nice day,
--
Martijn van Oosterhout   <kleptog@svana.org>   http://svana.org/kleptog/
> Patent. n. Genius is 5% inspiration and 95% perspiration. A patent is a
> tool for doing 5% of the work and then sitting around waiting for someone
> else to do the other 95% so you can sue them.

Вложения

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

Предыдущее
От: Paolo Sala
Дата:
Сообщение: Re: Inheritance
Следующее
От: Simon Riggs
Дата:
Сообщение: Re: Recovery in PostgreSql