From: | "Alexander Priem" <ap(at)cict(dot)nl> |
---|---|
To: | <pgsql-performance(at)postgresql(dot)org> |
Subject: | Re: PostgreSQL data on a NAS device ? |
Date: | 2003-10-20 13:04:32 |
Message-ID: | 010401c3970a$b4857c60$b696a8c0@APR |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-performance |
Even better than the four-disk NAS I mentioned earlier is the following:
Promise UltraTrak RM8000. This is a so-called SCSI-to-IDE RAID system.
Basically it's a RAID setup of eight IDE disks, using a hardware RAID
engine, that's connected to (in this case) the PostgreSQL server via a SCSI
Ultra160 interface (!). So the server won't know any better than that
there's a SCSI disk attached, but in reality it's a IDE RAID setup. It
supports RAID levels 0, 1, 0+1, 5, 50 and JBOD and supports hot-swapping.
Such a NAS config would cost around EUR 3700 (ex. VAT), using 8x40 Gb IDE
disks (7200rpm).
A SCSI RAID-10 setup using 6x18Gb (15000rpm) disks would cost around EUR
6000 (ex. VAT) so it's a big difference...
Does anyone have experience with this NAS device or other "SCSI-to-IDE" RAID
systems? Are they OK in terms of performance and reliability?
Kind regards,
Alexander.
From | Date | Subject | |
---|---|---|---|
Next Message | Hannu Krosing | 2003-10-20 13:08:23 | Re: PostgreSQL data on a NAS device ? |
Previous Message | Shridhar Daithankar | 2003-10-20 12:30:41 | Re: PostgreSQL data on a NAS device ? |