Re: Upgraded to 8.2.3 --- still having performance issues

From: Dennis Bjorklund <db(at)zigo(dot)dhs(dot)org>
To: Carlos Moreno <moreno_pg(at)mochima(dot)com>
Cc: PostgreSQL Performance <pgsql-performance(at)postgresql(dot)org>
Subject: Re: Upgraded to 8.2.3 --- still having performance issues
Date: 2007-03-03 06:41:51
Message-ID: 45E918AF.7040309@zigo.dhs.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

Carlos Moreno skrev:
> The system does very frequent insertions and updates --- the longest
> table has, perhaps, some 20 million rows, and it's indexed (the primary
> key is the combination of two integer fields). This longest table only
> has inserts (and much less frequent selects), at a peak rate of maybe
> one or a few insertions per second.

One or a few inserts per second doesn't sound like that much. I would
have expected it to work. If you can you might want to group several
inserts into a single transaction.

A standard hint is also to move the WAL onto its own disk. Or get a disk
controller with battery backed up ram.

But it's hard to say from your description what the bottleneck is and
thus hard to give any advice.

> Any help/tips/guidance in troubleshooting this issue? It will be
> much appreciated!

You could try to find specific queries that are slow. Pg can for example
log queries for you that run for longer than X seconds.

/Dennis

In response to

Browse pgsql-performance by date

  From Date Subject
Next Message Arjen van der Meijden 2007-03-03 11:30:16 Re: Opinions on Raid
Previous Message Tom Lane 2007-03-03 02:12:03 Re: Performance Query