Re: Performance Tuning Article

Поиск
Список
Период
Сортировка
От Dmitri Bichko
Тема Re: Performance Tuning Article
Дата
Msg-id F18A6F7CF1661F46920F2CF713122FED46CBF6@mail.aveo.aveopharma.com
обсуждение исходный текст
Ответ на Performance Tuning Article  (Frank Wiles <frank@wiles.org>)
Список 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@postgresql.org
[mailto:pgsql-performance-owner@postgresql.org] On Behalf Of Frank Wiles
Sent: Wednesday, June 22, 2005 10:52 AM
To: pgsql-performance@postgresql.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@wiles.org>
   http://www.wiles.org
 ---------------------------------


---------------------------(end of broadcast)---------------------------
TIP 3: if posting/reading through Usenet, please send an appropriate
       subscribe-nomail command to majordomo@postgresql.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

В списке pgsql-performance по дате отправления:

Предыдущее
От: Todd Landfried
Дата:
Сообщение: Re: Needed: Simplified guide to optimal memory configuration
Следующее
От: Rod Taylor
Дата:
Сообщение: Re: Performance - moving from oracle to postgresql