Re: [PERFORM] server performance issues - suggestions for tuning

2007-08-28 Thread Scott Marlowe
On 8/27/07, Kevin Kempter <[EMAIL PROTECTED]> wrote: > Hi List; > > I've just inherited multiple postgres database servers in multiple data > centers across the US and Europe via a new contract I've just started. What pg version are you working with, and on what OS / OS version? > Each night duri

Re: [PERFORM] server performance issues - suggestions for tuning

2007-08-28 Thread Andrew Sullivan
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 lar

Re: [PERFORM] server performance issues - suggestions for tuning

2007-08-28 Thread Kevin Grittner
>>> On Mon, Aug 27, 2007 at 11:13 PM, in message <[EMAIL PROTECTED]>, Kevin Kempter <[EMAIL PROTECTED]> wrote: > Each night during the nightly batch processing several of the servers (2 in > particular) slow to a crawl - they are dedicated postgres database servers. > There is a lot of database

Re: [PERFORM] server performance issues - suggestions for tuning

2007-08-28 Thread Richard Huxton
Kevin Kempter wrote: Hi List; I've just inherited multiple postgres database servers in multiple data centers across the US and Europe via a new contract I've just started. Each night during the nightly batch processing several of the servers (2 in particular) slow to a crawl - they are dedi

[PERFORM] server performance issues - suggestions for tuning

2007-08-27 Thread Kevin Kempter
Hi List; I've just inherited multiple postgres database servers in multiple data centers across the US and Europe via a new contract I've just started. Each night during the nightly batch processing several of the servers (2 in particular) slow to a crawl - they are dedicated postgres database