Re: SCSI vs SATA

From: Heikki Linnakangas <heikki(at)enterprisedb(dot)com>
To: jason(at)ohloh(dot)net
Cc: pgsql-performance(at)postgresql(dot)org
Subject: Re: SCSI vs SATA
Date: 2007-04-05 09:28:28
Message-ID: 4614C13C.6060107@enterprisedb.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

jason(at)ohloh(dot)net wrote:
> In a perhaps fitting compromise, I have decide to go with a hybrid
> solution:
>
> 8*73GB 15k SAS drives hooked up to Adaptec 4800SAS
> PLUS
> 6*150GB SATA II drives hooked up to mobo (for now)
>
> All wrapped in a 16bay 3U server. My reasoning is that the extra SATA
> drives are practically free compared to the rest of the system (since
> the mobo has 6 onboard connectors). I plan on putting the pg_xlog &
> operating system on the sata drives and the tables/indices on the SAS
> drives, although I might not use the sata drives for the xlog if they
> dont pan out perf-wise. I plan on getting the battery backed module for
> the adaptec (72 hours of charge time).

If you have an OLTP kind of workload, you'll want to have the xlog on
the drives with the battery backup module. The xlog needs to be fsync'd
every time you commit, and the battery backup will effectively eliminate
the delay that causes.

--
Heikki Linnakangas
EnterpriseDB http://www.enterprisedb.com

In response to

Browse pgsql-performance by date

  From Date Subject
Next Message Ron 2007-04-05 11:09:30 Re: SCSI vs SATA
Previous Message Arjen van der Meijden 2007-04-05 07:07:11 Re: SCSI vs SATA