Re: What is the most optimal config parameters to keep stable write TPS ?.. - Mailing list pgsql-performance

From Dimitri
Subject Re: What is the most optimal config parameters to keep stable write TPS ?..
Date
Msg-id 5482c80a0905120841i30ec159ue0756c218d7d2666@mail.gmail.com
Whole thread Raw
In response to Re: What is the most optimal config parameters to keep stable write TPS ?..  (bock@openit.de (Julian v. Bock))
List pgsql-performance
Good point!  I missed it.. - will 20MB be enough?

Rgds,
-Dimitri

On 5/12/09, Julian v. Bock <bock@openit.de> wrote:
> Hi
>
>>>>>> "D" == Dimitri  <dimitrik.fr@gmail.com> writes:
>
> D> current postgresql.conf:
>
> D> #================================
> D> max_connections = 2000 # (change requires restart)
> D> temp_buffers = 200MB
>
> temp_buffers are kept per connection and not freed until the session
> ends. If you use some kind of connection pooling this can eat up a lot
> of ram that could be used for caching instead.
>
> Regards,
> Julian
>
> --
> Sent via pgsql-performance mailing list (pgsql-performance@postgresql.org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgsql-performance
>

pgsql-performance by date:

Previous
From: Dimitri
Date:
Subject: Re: Any better plan for this query?..
Next
From: "Kevin Grittner"
Date:
Subject: Re: Any better plan for this query?..