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

From John R Pierce
Subject Re: PostgreSQL backend process high memory usage issue
Date
Msg-id 4D9E30A7.9030101@hogranch.com
Whole thread Raw
In response to PostgreSQL backend process high memory usage issue  (Shianmiin <Shianmiin@gmail.com>)
Responses Re: PostgreSQL backend process high memory usage issue
Re: PostgreSQL backend process high memory usage issue
List pgsql-general
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?





pgsql-general by date:

Previous
From: Merlin Moncure
Date:
Subject: Re: PostgreSQL backend process high memory usage issue
Next
From: Adrian Klaver
Date:
Subject: Re: why autocommit mode is slow?