Re: Schema partitioning

Поиск
Список
Период
Сортировка
От David Johnston
Тема Re: Schema partitioning
Дата
Msg-id F294EC88-9E96-4FAB-81C1-0F24B235E641@yahoo.com
обсуждение исходный текст
Ответ на Schema partitioning  (Charlie <scorpdaddy@hotmail.com>)
Ответы Re: Schema partitioning  ("Little, Douglas" <DOUGLAS.LITTLE@orbitz.com>)
Список pgsql-sql

On Sep 1, 2011, at 14:13, Charlie <scorpdaddy@hotmail.com> wrote:

> Could I get feedback from the community on schema partitioning?
>
> I'm doing maintenance on my ddl and I'm noticing that my tables are all in 1 schema, but they have prefixes on their
nameslike table_app1_sometable, table_app1_secondtable,  table_app2_anothertable, table_priviledged_restrictedtable1,
etc. The table_app1 tables seem to want to go in their own schema "app1", etc, and drop the prefixes.  Except they'll
stillbe there, as in app1.sometable. 
>
> Is this just style?  Or are there concrete benefits to partitioning?
>
>

Mostly style but some ease-of-use when it comes to permissions as well.  It's really no different than why you'd use
sub-directoriesin your OS instead of putting everything in C/root. 

It does give you namespaces features as well (I.e., duplicate names but in different contexts).

David J.

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

Предыдущее
От: Charlie
Дата:
Сообщение: Schema partitioning
Следующее
От: "Little, Douglas"
Дата:
Сообщение: Re: Schema partitioning