From: | Alex Turner <armtuk(at)gmail(dot)com> |
---|---|
To: | Benjamin Arai <barai(at)cs(dot)ucr(dot)edu> |
Cc: | pgsql-performance(at)postgresql(dot)org |
Subject: | Re: 3WARE Card performance boost? |
Date: | 2006-01-18 19:17:04 |
Message-ID: | 33c6269f0601181117j10bdeb27ke733c9b032e22cbc@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-performance |
A 3ware card will re-order your writes to put them more in disk order,
which will probably improve performance a bit, but just going from a
software RAID 1 to a hardware RAID 1, I would not imagine that you
will see much of a performance boost. Really to get better
performance you will need to add more drives, or faster drives. If
you are currently running 7200 RPM consumer drives, going to a
10000RPM WD Raptor drive will probably increase performance by about
30%, again not all that much.
Alex
On 1/18/06, Benjamin Arai <barai(at)cs(dot)ucr(dot)edu> wrote:
>
> Hi,
>
> I am currently doing large weekly updates with fsync=off. My updates
> involves SELECT, UPDATE, DELETE and etc. Setting fsync=off works for me
> since I take a complete backup before the weekly update and run a "sync" and
> "CHECKPOINT" after each weekly update has completed to ensure the data is
> all written to disk.
>
> Obviously, I have done this to improve write performance for the update each
> week. My question is if I install a 3ware or similar card to replace my
> current software RAID 1 configuration, am I going to see a very large
> improvement? If so, what would be a ball park figure?
>
>
> Benjamin Arai
> barai(at)cs(dot)ucr(dot)edu
> http://www.benjaminarai.com
>
From | Date | Subject | |
---|---|---|---|
Next Message | Joost Kraaijeveld | 2006-01-18 19:23:25 | Re: 3WARE Card performance boost? |
Previous Message | Michael Crozier | 2006-01-18 19:15:51 | Re: Autovacuum / full vacuum (off-topic?) |