Home > Small-midsized Business Data Storage Tips > SMB storage tips > Optimizing RAID data storage for your business
SMB Storage Tips:
EMAIL THIS
 TIPS & NEWSLETTERS TOPICS 

SMB STORAGE TIPS

Optimizing RAID data storage for your business


Mark Brownstein
10.12.2009
Rating: --- (out of 5)


Storage technology learning materials
Digg This!    StumbleUpon Toolbar StumbleUpon    Bookmark with Delicious Del.icio.us    Add to Google


When using RAID, there are many different options you should explore, including where to house RAID drives, whether to use software- or hardware-based RAID controllers, and what RAID level best fits your business needs.

The first issue to consider is where the RAID drives will be housed. Storage area networks (SANs) can house dozens (or more) drives, and provide high-performance RAID, but may be too costly for some SMBs.

There are also other options available to house RAID drives:

NAS: Network-attached storage (NAS) devices can make it easy for you to configure the few versions of RAID that they offer, and mapping the users on your company's network to the NAS RAID array is usually pretty easy to do.

eSATA: Not too far removed from the NAS arrays, an external Serial ATA (eSATA) storage box is an enclosure designed to connect to an eSATA port on your computer. A choice of RAID levels, and other features are usually offered, such as hot swap (enabling you to remove a drive and insert a replacement while the system is still running) or the ability to add a drive while the system runs.

Inside your computers: In theory, adding RAID to your business network may be as easy as attaching the drives to the RAID controller that's built onto your server motherboard.

Software-based vs. hardware-based RAID controllers

One of the most important issues related to RAID and system performance is the type of controller being used. There are many types of controllers, but they all fall into two basic categories: software-based or hardw...


Digg This!    StumbleUpon Toolbar StumbleUpon    Bookmark with Delicious Del.icio.us    Add to Google



RELATED CONTENT
SMB storage tips
New data protection schemes impact RAID rebuild times
Low-cost data storage replication options for SMBs
Data migration strategies and best practices
Five must-have data storage security tools for smaller businesses
Data reduction strategies for SMBs
Data migration strategies for multivendor storage systems
Data backup and recovery choices for SMBs
Virtual desktop infrastructure deployments: The pros and cons of VDI
Data storage for virtual environments: Pros and cons of DAS, NAS and SAN
The state of RAID data protection in enterprise storage today

Small-midsized Business Data Storage Strategy
New data protection schemes impact RAID rebuild times
What type of server would have the capacity to service an SMB office of 50 people, and how would I back up that server?
SMB data storage briefs: Thecus Tech Corp. launches new NAS server, the N8800PRO
Data migration tools take SMBs to the next tier: Data migration and tiered storage tutorial
Data migration strategies and best practices
Electronic discovery best practices for SMBs
SMB data storage news briefs: Vocalocity offers online storage and data backup services to SMBs
Five must-have data storage security tools for smaller businesses
What's the difference between SMB data storage and enterprise data storage?
Data migration strategies for multivendor storage systems

Small-midsized Business Data Storage Management
Multiprotocol and unified data storage tutorial for SMBs
New data protection schemes impact RAID rebuild times
Data migration tools take SMBs to the next tier: Data migration and tiered storage tutorial
Data migration strategies and best practices
Electronic discovery best practices for SMBs
SMB data storage news briefs: Vocalocity offers online storage and data backup services to SMBs
Five must-have data storage security tools for smaller businesses
Data migration strategies for multivendor storage systems
E-discovery a must-have for SMBs: How to choose an electronic discovery tool
SMB data storage technology tutorials: Storage advice for smaller businesses

RELATED RESOURCES
2020software.com, trial software downloads for accounting software, ERP software, CRM software and business software systems
Search Bitpipe.com for the latest white papers and business webcasts
Whatis.com, the online computer dictionary


are-based.

Software-based RAID controllers, such as the ones usually integrated onto motherboards, use the CPU and RAM on the motherboard to do the rather intensive calculations needed to manage the RAID drives in use on your system. However, because a software-based RAID controller (or RAID adapter on a motherboard) can cause performance issues on your server, this approach is the least attractive.

Hardware-based controllers use hardware on the actual controller card to perform the calculations and control functions needed to manage the RAID array. Typically, because the actual processing is done on the controller card, the host computer is free to do other things.

NAS and external eSATA RAID boxes also use hardware-based controllers in order to provide the network or eSATA interface with your computer, and also to manage the RAID arrays installed into the enclosures. While there may be performance issues related to the network connecting NAS, and the data flow is only as fast as the network and network components will allow, the bottleneck for sending and receiving data over the network (or eSATA link) will probably not be the controller in the external box.

Other RAID performance tips

The type of drive installed in a RAID array can make a difference in the ultimate performance and longevity of the array. SATA drives are used in most consumer-level and small business arrays. SATA has its advantages: It's relatively inexpensive, an easy interface for the system designers to work with, and provides very large storage capacities. However, SATA drives typically run more slowly than SAS and SCSI drives that are designed for ruggedness and performance. SATA drives aren't designed to last as long as SAS and SCSI. Continuous performance, often required from RAID arrays, isn't a typical design feature for SATA drives.

When a drive fails, your RAID array may be at risk of losing all of its data, depending on the RAID level you use and the health of your other drives. If you are using an external RAID system and it supports both SATA and SAS, you may consider the safety of your data that SAS provides against the lower cost of SATA. (Also, a SAS drive, running at 10K RPM should be able to save and read data more quickly than the SATA drives -- the result may be only a few seconds difference for large files, but in some businesses this little bit of time saved may add up).

Finally, the RAID level you choose will give you a choice between performance and data security. In a nutshell, these are your most common choices:

RAID 0

RAID 0 may be the highest performing level available. With RAID 0, the data is striped from one drive to the next. When reading data, a second (or third, fourth, etc.) drive can be reading the next block of data while data on the current drive is being transferred to the user. This practically eliminates latency when reading data from the drives. Read performance is excellent, but there is no protection for the data. If one drive fails, all the data is lost, and should be considered unrecoverable.

RAID 1

RAID 1 mirrors the drives. All reads and writes on one drive are mirrored onto the other. Read performance is good -- while one sector is being read on one drive, the second drive is reading the next sector. If one drive fails, the data is safe, because it's mirrored onto another drive. Although RAID 1 is expensive and involves duplicate drives, it has high performance.

RAID 5

RAID 5 is probably the most commonly available RAID level. It's available on NAS storage and eSATA devices, and is usually supported by motherboard RAID and by RAID controllers. RAID 5 provides data safety by striping data across drives, and providing parity data that will enable data recovery should a drive fail. Performance of a RAID 5 array won't be as good as performance from RAID 1 or 0, but new levels overcome some of the read performance issues.

RAID 10

RAID 10 is actually a combination of RAID 1 and RAID 0. With RAID 10, data is striped across drives to provide high speed read access to the data on the drives. In order to provide security for the data, the drives used for RAID 0 are mirrored. Because this requires at least four drives (two for the RAID 0 array and another two for the mirror), it's rather expensive, and not all enclosures made for SMBs support more than four drives.

Although there are more RAID levels, the above are the most frequently discussed, and each level has its own performance issues.

RAID performance is just one of the factors to be considered when evaluating RAID for your business. The information provide in this article should help you to decide between the tradeoffs involved in your decision.

About this author: Mark Brownstein is a technology journalist with experience editing computer storage publications. He also runs his own networks, is owner and operator of a test lab, has written books about computing topics, and is an MCSA. He regularly tests and evaluates new products and technologies, and constantly seeks freelance opportunities. When he's not up to his elbows in computer stuff, he lives in Northridge.


Rate this Tip
To rate tips, you must be a member of SearchSMBStorage.com.
Register now to start rating these tips. Log in if you are already a member.


Submit a Tip




DISCLAIMER: Our Tips Exchange is a forum for you to share technical advice and expertise with your peers and to learn from other enterprise IT professionals. TechTarget provides the infrastructure to facilitate this sharing of information. However, we cannot guarantee the accuracy or validity of the material submitted. You agree that your use of the Ask The Expert services and your reliance on any questions, answers, information or other materials received through this Web site is at your own risk.



SMB Solutions - SAN Consolidation
About Us  |  Contact Us  |  For Advertisers  |  For Business Partners  |  Site Index  |  RSS
SEARCH 
TechTarget provides technology professionals with the information they need to perform their jobs - from developing strategy, to making cost-effective purchase decisions and managing their organizations' technology projects - with its network of technology-specific websites, events and online magazines.

TechTarget Corporate Web Site  |  Media Kits  |  Site Map




All Rights Reserved, Copyright 2008 - 2009, TechTarget | Read our Privacy Policy
  TechTarget - The IT Media ROI Experts