Re: MYSQL Database Query
No raid setup will give 100% backup. RAID only protects against a single type of failure, a hard drive loss. If you are looking for the highest level of protection, you would be looking for RAID 6, which can survive the loss of two drives in the array. Because any other RAID array is vulnerable to data loss if any drive fails during the rebuild process, RAID 6 is recommended for remote installs and data warehousing where the rebuild process will take a long time.
For smaller data sets, your priority may be on maintaining performance. Splitting your eight physical drives into four logical drives paired and mirrored with RAID level 1 might give you the right balance of speed and backup.
What type of data will be stored on the system? How critical is this data? How much continuous storage space do you need (how much of your 2.4Terrabytes do you actually need, and how much can be used for data mirroring)? How much guaranteed uptime do you need? How much Read/Write time can you sacrifice to allow for the increased data duplication? How much data transfer will be occurring? (some RAID setups will increase read and write operations and may increase the chances of a drive failure)
If you are just looking to protect the drives on a small to medium business server, I would probably go with RAID 1. If you are talking about a large corporate data warehouse, I would probably have two data servers with full data redundancy in physically seperate locations over a VPN running RAID 6 or RAID 53.
It all depends on your specific needs for this server.
__________________
The best way to learn anything, is to question everything.
|