Re: Massively Parallel transactioning?

From: "Joshua D(dot) Drake" <jd(at)commandprompt(dot)com>
To: Benjamin Smith <lists(at)benjamindsmith(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Massively Parallel transactioning?
Date: 2010-08-18 23:58:08
Message-ID: 1282175888.1830.8.camel@jd-laptop
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Jeff Davis 2010-08-19 01:48:29 Re: heap-only tuples, and constraints
Previous Message ChronicDB Community Team 2010-08-18 23:46:25 Re: Massively Parallel transactioning?