Re: Oddly slow queries - Mailing list pgsql-performance

From Thomas Spreng
Subject Re: Oddly slow queries
Date
Msg-id 89819E8B-83D8-43B9-80A3-1DDC3320BEE1@socket.ch
Whole thread Raw
In response to Re: Oddly slow queries  ("Scott Marlowe" <scott.marlowe@gmail.com>)
List pgsql-performance
On 22.04.2008, at 17:25, Scott Marlowe wrote:
> On Tue, Apr 22, 2008 at 7:42 AM, Thomas Spreng <spreng@socket.ch>
> wrote:
>>
>> I think I'll upgrade PostgreSQL to the latest 8.3 version in the next
>> few days anyway, along with a memory upgrade (from 1.5GB to 4GB)
>> and a
>> new 2x RAID-1 (instead of RAID-5) disk configuration. I hope that
>> this
>> has already a noticeable impact on the performance.
>
> Note that if you have a good RAID controller with battery backed cache
> and write back enabled, then you're probably better or / at least as
> well off using four disks in a RAID-10 than two separate RAID-1 sets
> (one for xlog and one for data).

I just wanted to let you know that upgrading Postgres from 8.1 to 8.3,
RAM from 1.5GB to 4GB and changing from a 3 disk RAID5 to 2x RAID1 (OS &
WAL, Tablespace) led to a significant speed increase. What's especially
important is that those randomly slow queries seem to be gone (for now).

Thanks for all the help.

Cheers,

Tom

pgsql-performance by date:

Previous
From: "Adonias Malosso"
Date:
Subject: Best practice to load a huge table from ORACLE to PG
Next
From: "Joshua D. Drake"
Date:
Subject: Re: Best practice to load a huge table from ORACLE to PG