Re: Performance Tuning Article

From: Michael Stone <mstone+postgres(at)mathom(dot)us>
To: pgsql-performance(at)postgresql(dot)org
Subject: Re: Performance Tuning Article
Date: 2005-06-23 14:44:52
Message-ID: 20050623144452.GB9591@mathom.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

On Wed, Jun 22, 2005 at 10:31:29PM -0400, Keith Worthington wrote:
>Use RAID 10 (striping across mirrored disks)
> or RAID 0+1 (mirror a striped array) for your data.

yikes! never tell an unsuspecting person to use mirred stripes--that
configuration has lower reliability and performance than striped mirrors
with no redeeming qualities.

Mike Stone

In response to

Browse pgsql-performance by date

  From Date Subject
Next Message Elliott Bennett 2005-06-23 15:09:45 select distinct on varchar - wild performance differences!
Previous Message Bruno Wolff III 2005-06-23 14:18:54 Re: parameterized LIKE does not use index