Re: slow update of index during insert/copy

From: "Scott Marlowe" <scott(dot)marlowe(at)gmail(dot)com>
To: "Thomas Finneid" <tfinneid(at)student(dot)matnat(dot)uio(dot)no>
Cc: "Craig Ringer" <craig(at)postnewspapers(dot)com(dot)au>, pgsql-performance(at)postgresql(dot)org
Subject: Re: slow update of index during insert/copy
Date: 2008-09-01 17:51:30
Message-ID: dcc563d10809011051s558f8a7bp5beb0dbe181721e4@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

On Mon, Sep 1, 2008 at 5:29 AM, Thomas Finneid
<tfinneid(at)student(dot)matnat(dot)uio(dot)no> wrote:

> It does have a sata raid controller, but not have the battery pack, because
> its a develmachine and not a production machine, I thought it was not
> needed. But if you are saying the battery pack enables a cache which enables
> faster disk writes I will consider it.
> Its the first time I have worked with a raid controller, so I suspect I have
> to read up on the features to understand how to utilise it best.

The model of the controller will have a large impact on performance as
well. The latest fastest RAID controllers have dual core 1.2GHz CPUs
on them, where some slower ones still in produciton are using 333MHz
single core CPUs. The quality of the firmware, the linux driver (or
windows, or bsd) all have a large impact on the performance of a raid
controller.

Definitely look into the battery backing unit. But if it's a $250
card, then it might not be enough.

In response to

Responses

Browse pgsql-performance by date

  From Date Subject
Next Message Scott Carey 2008-09-01 18:46:59 Re: slow update of index during insert/copy
Previous Message David West 2008-09-01 14:44:21 Re: limit clause breaks query planner?