Re: Massively Parallel transactioning?

Поиск
Список
Период
Сортировка
От Steve Atkins
Тема Re: Massively Parallel transactioning?
Дата
Msg-id 6A69AF22-6E88-4183-BA2A-49AB5983A082@blighty.com
обсуждение исходный текст
Ответ на Massively Parallel transactioning?  (Benjamin Smith <lists@benjamindsmith.com>)
Список pgsql-general
On Aug 18, 2010, at 4:32 PM, Benjamin Smith wrote:

> Is there a way to update a number of databases hosted on a single server
> without opening a separate psql connection to each database?
>
> We have a cluster of servers hosting an application on Postgres. Right now, we
> have dozens of databases per server, enough that we're starting to have
> problems with our update process.
>

Any reason you're using multiple databases, rather than multiple schemas?

> Is there a better way?

Schemas, probably. Though lazy schema updates done by the application might help too.

Cheers,
  Steve


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

Предыдущее
От: Benjamin Smith
Дата:
Сообщение: Re: Clustering, parallelised operating system, super-computing
Следующее
От: ChronicDB Community Team
Дата:
Сообщение: Re: Massively Parallel transactioning?