Hi Umesh, RAID 0 OR RAID 5..... Basically you need to understand the K-safety feautre is just for the safety of the database and is only on the database level. While RAID is for the OS level. I would suggest, If you have a production cluster go with RAID 5. If it is a Development cluster then you can opt for RAID 0 as there is no mirroring in RAID 0 RAID 5 because - Best cost effective option providing both performance and redundancy. Use this for DB that is heavily read oriented. Write operations will be slow.
Comments