Re: PostgreSQL backend process high memory usage issue - Mailing list pgsql-general

From Rob Sargent
Subject Re: PostgreSQL backend process high memory usage issue
Date
Msg-id 4D9E34BF.6010602@gmail.com
Whole thread Raw
In response to Re: PostgreSQL backend process high memory usage issue  (John R Pierce <pierce@hogranch.com>)
Responses Re: PostgreSQL backend process high memory usage issue
List pgsql-general

On 04/07/2011 03:46 PM, John R Pierce wrote:
> On 04/07/11 1:42 PM, Shianmiin wrote:
>> Since the connection pool will be used by all tenants, eventually each
>> connection will hit all the tables/views.
>
>
> don't all connections in a given pool have to use the same user
> credentials? won't that be problematic for this architecture?
>
>
>
typically one munges the connection to set an effective user inside the
connection established by "common" credentials

pgsql-general by date:

Previous
From: Adrian Klaver
Date:
Subject: Re: why autocommit mode is slow?
Next
From: Craig Ringer
Date:
Subject: Re: why autocommit mode is slow?