Re: Creating schema best practices

Поиск
Список
Период
Сортировка
От Christian Ullrich
Тема Re: Creating schema best practices
Дата
Msg-id k4mt4o$g0b$3@ger.gmane.org
обсуждение исходный текст
Ответ на Re: Creating schema best practices  ("Babay Adi, Hava" <hava.babay@hp.com>)
Список pgsql-admin
* Babay Adi, Hava wrote:

> On the same regard – Some of the mentioned modules in the mentioned
> application use a set of tables which is logically separate (there are
> no join statements with tables of other modules). What are the pros\cons
> of using a separate database instead of a separate schema for
> maintaining such tables?

For one thing, with multiple databases you cannot easily take consistent
backups using pg_dump, because a transaction is local to a single database.

--
Christian


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

Предыдущее
От: Stephen Frost
Дата:
Сообщение: Re: Migrating to PG 9.2 (LONG, SORRY)
Следующее
От: Gl Vm
Дата:
Сообщение: Promoting a Cascading Standby