Hi Stephane, On 7/21/08 1:53 AM, "Stephane Bailliez" <sbailliez@xxxxxxxxx> wrote: >> I'd suggest RAID5, or even better, configure all eight disks as a JBOD >> in the RAID adapter and run ZFS RAIDZ. You would then expect to get >> about 7 x 80 = 560 MB/s on your single query. >> > Do you have a particular controller and disk hardware configuration in > mind when you're suggesting RAID5 ? > My understanding was it was more difficult to find the right hardware to > get performance on RAID5 compared to RAID10. If you're running RAIDZ on ZFS, the controller you have should be fine. Just configure the HW RAID controller to treat the disks as JBOD (eight individual disks), then make a single RAIDZ zpool of the eight disks. This will run them in a robust SW RAID within Solaris. The fault management is superior to what you would otherwise have in your HW RAID and the performance should be much better. - Luke