Re: server performance issues - suggestions for tuning

From: Andrew Sullivan <ajs(at)crankycanuck(dot)ca>
To: pgsql-performance(at)postgresql(dot)org
Subject: Re: server performance issues - suggestions for tuning
Date: 2007-08-28 14:26:52
Message-ID: 20070828142652.GB739@phlogiston.dyndns.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

On Tue, Aug 28, 2007 at 08:12:06AM -0500, Kevin Grittner wrote:
>
> Is there any way to queue up these queries and limit how many are running at
> a time?

Sure: limit the number of connections to the database, and put a pool
in front. It can indeed help.

If you have a lot of bloat due to large numbers of failed vacuums,
however, I suspect your problem is I/O. Vacuum churns through the
disk very aggressively, and if you're close to your I/O limit, it can
push you over the top.

A

--
Andrew Sullivan | ajs(at)crankycanuck(dot)ca
"The year's penultimate month" is not in truth a good way of saying
November.
--H.W. Fowler

In response to

Browse pgsql-performance by date

  From Date Subject
Next Message Scott Marlowe 2007-08-28 14:32:01 Re: server performance issues - suggestions for tuning
Previous Message Tom Lane 2007-08-28 13:49:26 Re: Performance across multiple schemas