Re: Best practice in postgres

Поиск
Список
Период
Сортировка
От Robert Treat
Тема Re: Best practice in postgres
Дата
Msg-id 1103034566.1783.2.camel@camel
обсуждение исходный текст
Ответ на Best practice in postgres  ("Nilesh Doshi" <nileshd@hotmail.com>)
Список pgsql-general
On Fri, 2004-12-10 at 17:49, Nilesh Doshi wrote:
> Hi All,
>
> I'm new to postgres, so I need your help.
>
> We are in the process of migrating from oracle to postgres. DB size is about
> 400gb.
> My question is about schemas in oracle and postgres. Does every schema in
> oracle becomes a separate database in postgres ? OR it is still like oracle,
> where all schemas are part of big database ?
>

I'm pretty sure you want schema -> schema and not schema -> database,
mainly because the semantics for querying across databases are much more
cumbersome than querying across schemas.  If you are not doing any cross
schema work, then it probably doesn't matter as much.

Robert Treat
--
Build A Brighter Lamp :: Linux Apache {middleware} PostgreSQL


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Cannot drop template1
Следующее
От: "Frank D. Engel, Jr."
Дата:
Сообщение: Re: increasing max_connections on freebsd