Re: Massively Parallel transactioning? - Mailing list pgsql-general

From Joshua D. Drake
Subject Re: Massively Parallel transactioning?
Date
Msg-id 1282175888.1830.8.camel@jd-laptop
Whole thread Raw
In response to Massively Parallel transactioning?  (Benjamin Smith <lists@benjamindsmith.com>)
Responses Re: Massively Parallel transactioning?
List pgsql-general
On Wed, 2010-08-18 at 16:32 -0700, Benjamin Smith wrote:

> So far, it's been a dream, but now, as we continue to grow, we're starting to
> reach connection limits per server. Short of raising the number of
> simultaneous connections, is there a way to run all the transactions for a
> single server for all databases within it on a single (or small number) of
> connections?

Well if you are just using it for updates to the schema etc... you
should only need to launch a single connection to each database to make
those changes.

Joshua D. Drake



pgsql-general by date:

Previous
From: ChronicDB Community Team
Date:
Subject: Re: Massively Parallel transactioning?
Next
From: Jeff Davis
Date:
Subject: Re: heap-only tuples, and constraints