Re: PostgreSQL backend process high memory usage issue

From: Rob Sargent <robjsargent(at)gmail(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: PostgreSQL backend process high memory usage issue
Date: 2011-04-07 22:03:43
Message-ID: 4D9E34BF.6010602@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs 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

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Shianmiin 2011-04-07 22:30:37 Re: PostgreSQL backend process high memory usage issue
Previous Message Shianmiin 2011-04-07 21:52:05 Re: PostgreSQL backend process high memory usage issue

Browse pgsql-general by date

  From Date Subject
Next Message Shianmiin 2011-04-07 22:30:37 Re: PostgreSQL backend process high memory usage issue
Previous Message Adrian Klaver 2011-04-07 21:55:17 Re: why autocommit mode is slow?