RAID options for a LAMP web server
Posted
by jetboy
on Server Fault
See other posts from Server Fault
or by jetboy
Published on 2010-03-23T20:00:34Z
Indexed on
2010/03/23
20:03 UTC
Read the original article
Hit count: 548
I'm due to set up a LAMP web server with four drives and a RAID controller to act as a web server. The drives are 146Gb SAS, and the machine has two quad core processors and 16Gb RAM.
There will be very few write operations to the MySQL database, and I'll be using as much caching as possible to reduce disk I/O.
Question is: Would I be better off splitting the drives into two RAID 1 arrays, splitting up sequential and random disk I/O, or would I get better overall performance putting them all in a single RAID 1+0 array?
© Server Fault or respective owner