Highflyer_GP
Honorary Master
If you want pure performance then you might want to look at Raid1. It provides fault tolerance so the array continues to work if one disk fails. The only thing is it operates in parallel so 2x80GB drives would give you one 80GB drive in parallel but the performance is far better than Raid0.
The best thing though would be Raid5, it basically combines Raid0 and Raid1 to give you the best of both. It also has fault tolerance so it'll still work when one of the drives fail. Only thing is you need minimum 3 disks to run this config.
Have a look here, find the one that works for you: http://en.wikipedia.org/wiki/RAID#Standard_RAID_levels
Raid0 should be avoided where possible.
The best thing though would be Raid5, it basically combines Raid0 and Raid1 to give you the best of both. It also has fault tolerance so it'll still work when one of the drives fail. Only thing is you need minimum 3 disks to run this config.
Have a look here, find the one that works for you: http://en.wikipedia.org/wiki/RAID#Standard_RAID_levels
Raid0 should be avoided where possible.