I have 2 Hitachi SATA drives in a RAID0 configuration on an 865 PE platform. In an effort to improve performance, I'd like to learn how to do the following:
1. Turn off write verify.
(Some SCSI hard drives/controllers may have write verify on; this feature checks that the data written matches the data on the disk by reading and comparing it. While this function is very important for data integrity, the performance hit is large)
2. Turn on write cache.
(Commonly, the write cache may be off (i.e. write through mode). This is done to protect the data in case of power/system failure by making sure it is always written to disk synchronously. Again, this feature causes a performance hit so enable only if necessary)
Thanks!
1. Turn off write verify.
(Some SCSI hard drives/controllers may have write verify on; this feature checks that the data written matches the data on the disk by reading and comparing it. While this function is very important for data integrity, the performance hit is large)
2. Turn on write cache.
(Commonly, the write cache may be off (i.e. write through mode). This is done to protect the data in case of power/system failure by making sure it is always written to disk synchronously. Again, this feature causes a performance hit so enable only if necessary)
Thanks!
