"Israel Richner" <israel.richner@gmail.com> wrote in message
news:1154554067.527086.25270@h48g2000cwc.googlegro ups.com...
>
>
> Hardware Raid1 configuration, using Intel Serial ATA Raid on my ABIT
> IC7-MAX3 mother board.
>
> Will I notice a difference in performance?
software RAID 1:
- small overhead for CPU(s) (each request has to be performed twice); in
practice, sometime performs better than integrated cheap controllers (some
of them have no hardware implementation but a transparent software
implementation in the device driver...)
- more flexible
hardware RAID 1:
- if properly implemented, almost no overhead for CPU(s))
- less flexible
The first difference is not always true. Sometime, when compared to cheap
RAID controllers, software RAID performs better
(
http://www.storagereview.com/article...0809raid.html). I read that
some cheap RAID controllers cannot be considered hardware RAID since their
are implemented at the device drivers level...
both implementations of RAID 1, in respect to no RAID at all:
- redundancy... which is what you need
- twice the traffic in the SATA bus (with only two drives, no problem
with this fact)
- while reading data, somewhat higher transfer rate (you can read
simultaneously from the two drives)
--
Andrea Sansottera