Re: large dataset with write vs read clients

From: Stephen Frost <sfrost(at)snowman(dot)net>
To: Aaron Turner <synfinatic(at)gmail(dot)com>
Cc: pgsql-performance <pgsql-performance(at)postgresql(dot)org>
Subject: Re: large dataset with write vs read clients
Date: 2010-10-07 19:02:08
Message-ID: 20101007190208.GB26232@tamriel.snowman.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

* Aaron Turner (synfinatic(at)gmail(dot)com) wrote:
> Basically, each connection is taking about 100MB resident

Errr.. Given that your shared buffers are around 100M, I think you're
confusing what you see in top with reality. The shared buffers are
visible in every process, but it's all the same actual memory, not 100M
per process.

Thanks,

Stephen

In response to

Responses

Browse pgsql-performance by date

  From Date Subject
Next Message Greg Stark 2010-10-07 19:35:10 Re: On Scalability
Previous Message Stephen Frost 2010-10-07 19:00:06 Re: large dataset with write vs read clients