Re: Which gives good performance? separate database vs separate schema

Поиск
Список
Период
Сортировка
От tv@fuzzy.cz
Тема Re: Which gives good performance? separate database vs separate schema
Дата
Msg-id 6849f7cc542b37d0b6650fa9f310efb5.squirrel@sq.gransy.com
обсуждение исходный текст
Ответ на Re: Which gives good performance? separate database vs separate schema  (Thomas Kellerer <spam_eater@gmx.net>)
Список pgsql-performance
> I don't think it will make a big difference in performance.
>
> The real question is: do you need queries that "cross boundaries"? If that
> is the case you have to use schema, because Postgres does not support
> cross-database queries.

Well, there's dblink contrib module, but that won't improve performance.

Tomas


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

Предыдущее
От: Thomas Kellerer
Дата:
Сообщение: Re: Which gives good performance? separate database vs separate schema
Следующее
От: Andres Freund
Дата:
Сообщение: Re: Which gives good performance? separate database vs separate schema