Re: large dataset with write vs read clients - Mailing list pgsql-performance

From Stephen Frost
Subject Re: large dataset with write vs read clients
Date
Msg-id 20101007190208.GB26232@tamriel.snowman.net
Whole thread Raw
In response to large dataset with write vs read clients  (Aaron Turner <synfinatic@gmail.com>)
Responses Re: large dataset with write vs read clients  (Aaron Turner <synfinatic@gmail.com>)
List pgsql-performance
* Aaron Turner (synfinatic@gmail.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

Attachment

pgsql-performance by date:

Previous
From: Stephen Frost
Date:
Subject: Re: large dataset with write vs read clients
Next
From: Aaron Turner
Date:
Subject: Re: large dataset with write vs read clients