Re: How can I make this query faster (resend) - Mailing list pgsql-performance

From Markus Schaber
Subject Re: How can I make this query faster (resend)
Date
Msg-id 4471D915.3010109@logix-tt.com
Whole thread Raw
In response to How can I make this query faster (resend)  ("Cstdenis" <cstdenis@voicio.com>)
List pgsql-performance
Hi, Cstendis,

Cstdenis wrote:

> Server is a dual xeon with a gig of ram dedicated mostly to postgresql.
> Here is the changed lines in my postgresql.conf: http://pastebin.ca/57222

3M is really low for a production server.

Try using pg_pool and limiting it to about 30 or so backend connections,
and then give them at least 30 megs of RAM each.

This should also cut down the connection creation overhead.

HTH,
Markus
--
Markus Schaber | Logical Tracking&Tracing International AG
Dipl. Inf.     | Software Development GIS

Fight against software patents in EU! www.ffii.org www.nosoftwarepatents.org

pgsql-performance by date:

Previous
From: "Jim C. Nasby"
Date:
Subject: Re: Performs WAY better with enable_seqscan = off
Next
From: "Jim C. Nasby"
Date:
Subject: Re: Performs WAY better with enable_seqscan = off