Discussion: RAID setup on server
Afficher un message
Vieux 31/08/2007, 18h11   #2
George L. Sexton
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: RAID setup on server

On Fri, 31 Aug 2007 09:35:57 -0400, Patrick wrote:

> Hi all,
>
> I have question about what configuration folks have used for RAID on
> their servers. We bought a Dell 2950 Poweredge with 2 Intel Xeon 5150
> Dual Core processors and 4GB of memory. We have 6 146GB, 15k RPM SAS
> disks. OS will be RHEL 4AS and we have PERC 5/i as our RAID controller.
> The question is; what is the optimal RAID config for the webserver using
> Postgres as a database? Your experiences, positive and negatives would
> be appreciated.


You would probably get a better answer in a PostgreSQL user group. In
general, most databases would recommend:

4 Drives - RAID 5 for OS and Data Files
2 DRIVES - RAID 1 Mirroring for Transaction/Write Ahead Logs

Using this configuration, the write-ahead logs are written sequentially.
If you drop your whole RAID 5 array, you can restore from backup, and
apply the transaction logs to bring your data up to the moment of loss.

Don't think it's impossible to lose an entire Array. I've seen it happen,
particularly with DELL controllers.




--
George Sexton
MH Software, Inc. - Home of Connect Daily Web Calendar
http://www.mhsoftware.com/connectdaily.htm
  Réponse avec citation
 
Page generated in 0,05184 seconds with 9 queries