Re: Performance Tuning Article

From: "Dmitri Bichko" <dbichko(at)aveopharma(dot)com>
To: "Frank Wiles" <frank(at)wiles(dot)org>, <pgsql-performance(at)postgresql(dot)org>
Subject: Re: Performance Tuning Article
Date: 2005-06-24 22:02:36
Message-ID: F18A6F7CF1661F46920F2CF713122FED46CBF6@mail.aveo.aveopharma.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

Hi,

The article seems to dismiss RAID5 a little too quickly. For many
application types, using fast striped mirrors for the index space and
RAID5 for the data can offer quite good performance (provided a
sufficient number of spindles for the RAID5 - 5 or 6 disks or more). In
fact, random read (ie most webapps) performance of RAID5 isn't
necessarily worse than that of RAID10, and can in fact be better in some
circumstances. And, using the cheaper RAID5 might allow you to do that
separation between index and data in the first place.

Just thought I'd mention it,
Dmitri

-----Original Message-----
From: pgsql-performance-owner(at)postgresql(dot)org
[mailto:pgsql-performance-owner(at)postgresql(dot)org] On Behalf Of Frank Wiles
Sent: Wednesday, June 22, 2005 10:52 AM
To: pgsql-performance(at)postgresql(dot)org
Subject: [PERFORM] Performance Tuning Article

Hi Everyone,

I've put together a short article and posted it online regarding
performance tuning PostgreSQL in general. I believe it helps to bring
together the info in a easy to digest manner. I would appreciate any
feedback, comments, and especially any technical corrections.

The article can be found here:

http://www.revsys.com/writings/postgresql-performance.html

Thanks!

---------------------------------
Frank Wiles <frank(at)wiles(dot)org>
http://www.wiles.org
---------------------------------

---------------------------(end of broadcast)---------------------------
TIP 3: if posting/reading through Usenet, please send an appropriate
subscribe-nomail command to majordomo(at)postgresql(dot)org so that your
message can get through to the mailing list cleanly
The information transmitted is intended only for the person or entity to
which it is addressed and may contain confidential and/or privileged
material. Any review, retransmission, dissemination or other use of, or
taking of any action in reliance upon, this information by persons or
entities other than the intended recipient is prohibited. If you
received this in error, please contact the sender and delete the
material from any computer

Browse pgsql-performance by date

  From Date Subject
Next Message Jim C. Nasby 2005-06-24 23:41:44 Re: parameterized LIKE does not use index
Previous Message Rod Taylor 2005-06-24 22:00:52 Re: Performance - moving from oracle to postgresql