Re: large dataset with write vs read clients

From: Dan Harris <fbsd(at)drivefaster(dot)net>
To: pgsql-performance <pgsql-performance(at)postgresql(dot)org>
Subject: Re: large dataset with write vs read clients
Date: 2010-10-07 18:29:38
Message-ID: 4CAE1192.5080807@drivefaster.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

On 10/7/10 11:47 AM, Aaron Turner wrote:
> <snip>
>
> Basically, each connection is taking about 100MB resident. As we need
> to increase the number of threads to be able to query all the devices
> in the 5 minute window, we're running out of memory.
I think the first thing to do is look into using a connection pooler
like pgpool to reduce your connection memory overhead.

-Dan

In response to

Responses

Browse pgsql-performance by date

  From Date Subject
Next Message Stephen Frost 2010-10-07 18:57:48 Re: large dataset with write vs read clients
Previous Message Kevin Grittner 2010-10-07 18:22:02 Re: [HACKERS] MIT benchmarks pgsql multicore (up to 48)performance