You are on page 1of 5

STORAGE SOLUTIONS W H I T E PA P E R

Which RAID Level is Right for Me?

Contents
Introduction.....................................................................................1 RAID 10 (Striped RAID 1 sets) .................................................3
RAID Level Descriptions..................................................................1 RAID 50 (Striped RAID 5 sets) .................................................4
RAID 0 (Striping).......................................................................1 RAID 60 (Striped RAID 6 sets) .................................................4
RAID 1 (Mirroring).....................................................................2 RAID Level Comparison ..................................................................5
RAID 1E (Striped Mirror)...........................................................2 About Adaptec RAID .......................................................................5
RAID 5 (Striping with parity) .....................................................2
RAID 5EE (Hot Space).....................................................................3
RAID 6 (Striping with dual parity) .............................................3

Data is the most valuable asset of any business today. Lost data of users. This white paper intends to give an overview on the
means lost business. Even if you backup regularly, you need a performance and availability of various RAID levels in general
fail-safe way to ensure that your data is protected and can be and may not be accurate in all user scenarios.
accessed without interruption in the event of an online disk
failure. Adding RAID to your storage configurations is one of RAID Level Descriptions:
the most cost-effective ways to maintain both data protection RAID 0 (Striping):
and access.
Offers low cost and maximum performance, but offers no fault
While a number of companies offer RAID, not all RAID tolerance. A single disk failure results in TOTAL data loss.
implementations are created equal. With over 24 years of SCSI Businesses use RAID 0 mainly for tasks requiring fast access to
development experience, only Adaptec offers the most robust a large capacity of temporary disk storage (such as video/audio
RAID data protection available today, based on a hardened post-production, multimedia imaging, CAD, data logging, etc.)
RAID code proven over years of use in demanding where in case of a disk failure, the data can be easily reloaded
environments and resold by most of the top-tier computer without impacting the business. There are also no cost
manufacturers. disadvantages as all storage is usable. RAID 0 usable capacity is
To choose the RAID level that’s right for you, begin by 100% as all available drives are used.
considering the factors below. Each one of these factors Logical Disk
becomes a trade-off for another:
• Cost of disk storage A
B
• Data protection or data availability required (low, medium, C Reads or writes can
high) D occur simultaneously
on every drive
• Performance requirements (low, medium, high)
Cost boils down to the trade-off between disk capacity and
Data Stripe
added data availability or performance. For example, RAID
1/10 and small disk counts of RAID 6 are costly in terms of A B C D
lost disk space (50%), but high in data availability. E F G H
I J K L
M N O P
Performance also depends on the access pattern
(random/sequential, read/write, long/short) and the numbers
RAID 0 Disk Array
S E R V E R S T O R A G E W H I T E PA P E R

Which RAID Level is Right for Me? 2

RAID 1 (Mirroring): Logical Disk


Provides cost-effective, high fault tolerance for configurations
Data is written to two disks
with two disk drives. RAID 1 refers to maintaining duplicate A simultaneously, and allows
B an odd number of disks.
sets of all data on separate disk drives. It also provides the Read requests can be
C
highest data availability since two complete copies of all D satisfied by data read from
either disk or both disks.
information are maintained. There must be two disks in the
configuration and there is a cost disadvantage as the usable
capacity is half the number of available disks. RAID 1 offers
data protection insurance for any environments where
A B C
absolute data redundancy, availability and performance are C A B
D E F
key, and cost per usable gigabyte of capacity is a secondary F D E
consideration.
RAID 1E Disk Array
RAID 1 usable capacity is 50% of the available drives in the
RAID set. RAID 5 (Striping with parity):
Logical Disk Uses data striping in a technique designed to provide fault-
tolerant data storage, but doesn’t require duplication of data
Data is written to both
A
disks simultaneously. like RAID 1 and RAID 1E. Data is striped across all of the
B
C
Read requests can be drives in the array, but for each stripe through the array (one
D satisfied by data read from
either disk or both disks. stripe unit from each disk) one stripe unit is reserved to hold
parity data calculated from the other stripe units in the same
stripe. Read performance is therefore very good, but there is a
penalty for writes, since the parity data has to be recalculated
A A and written along with the new data. To avoid a single drive
B B
C C
bottleneck, the parity data for consecutive stripes is interleaved
D D with the data across all disks in the array.

RAID 1 Disk Array RAID 5 has been the standard in server environments
requiring fault tolerance. The RAID parity requires one disk
RAID 1E (Striped mirroring) drive per RAID set, so usable capacity will always be one disk
Combines data striping from RAID 0 with data mirroring drive less than the number of available disks in the
from RAID 1. Data written in a stripe on one disk is mirrored configuration of available capacity — still better than RAID 1
to a stripe on the next drive in the array. The main advantage which has only a 50% usable capacity.
over RAID 1 is that RAID 1E arrays can be implemented using RAID 5 requires a minimum of three disks and a maximum of 16
an odd number of disks. disks to be implemented. RAID 5 usable capacity is between 67%
RAID 1E usable capacity is 50% of the total available capacity - 94%, depending on the number of data drives in the RAID set.
of all disk drives in the RAID set.
Logical Disk
Note: When using even numbers of disks it is always preferable to use Writes require parity update.
RAID 10, which will allow multiple drive failures. With odd numbers A Data can be read from
B each disk independently.
of disks, however, RAID 1E supports only one drive failure. C A dedicated disk is required
D for hot spares.

Data Stripe

A B C Parity
D E Parity F Hot Spare
G Parity H I
Parity J K L

RAID 5 Disk Array


S E R V E R S T O R A G E W H I T E PA P E R

Which RAID Level is Right for Me? 3

RAID 5EE (Hot Space): RAID 6 (Striping with dual parity):


Provides the protection of RAID 5 with higher I/Os per second Data is striped across several physical drives and dual parity is
by utilizing one more drive, with data efficiently distributed used to store and recover data. It tolerates the failure of two
across the spare drive for improved I/O access. drives in an array, providing better fault tolerance than RAID
5. It also enables the use of more cost-effective, but less
RAID 5EE distributes the hot-spare drive space over the N+1
reliable, ATA and SATA disks for business critical data.
drives comprising the RAID-5 array plus standard hot-spare
drive. This means that in normal operating mode the hot spare This RAID level is similar to RAID 5, but includes a second
is an active participant in the array rather than spinning parity scheme that is distributed across different drives and
unused. In a normal RAID 5 array adding a hot-spare drive to therefore offers extremely high fault tolerance and drive-failure
a RAID 5 array protects data by reducing the time spent in the tolerance. RAID 6 can withstand a double disk failure.
critical degraded state. However, this technique does not make
RAID 6 requires a minimum of four disks and a maximum of
maximum use of the hot-spare drive because it sits idle until a
16 disks to be implemented. Usable capacity is always 2 less
failure occurs. Often many years can elapse before the hot-
than the number of available disk drives in the RAID set.
spare drive is ever used. For small RAID 5 arrays in particular,
having an extra disk to read from can provide significantly Note: With less expensive, but less reliable SATA disk drives in a
better read performance. configuration that employs RAID 6, it is possible to achieve a
higher level of availability than a Fibre Channel Array using
For example, going from a 4-drive RAID 5 array with a hot
RAID 5. This is because the second parity drive in the RAID 6
spare to a 5-drive RAID 5EE array will increase performance
RAID set can withstand a second failure during a rebuild. In a
by roughly 25%.
RAID 5 set, the degraded state and/or the rebuilding time onto a
One downside of RAID 5EE is that the hot-spare drive cannot hot spare is considered the window at which the RAID array is
be shared across multiple physical arrays as with standard most vulnerable to data loss. During this time, if a second disk
RAID 5 plus hot-spare. This RAID 5 technique is more cost- failure occurs, data is unrecoverable. With RAID 6 there are no
efficient for multiple arrays because it allows a single hot-spare windows of vulnerability as the second parity drive protects
drive to provide coverage for multiple physical arrays. This against this.
configuration reduces the cost of using a hot-spare drive, but
the downside is the inability to handle separate drive failures Logical Disk
within different arrays. This RAID level can sustain a single
Writes require two parity
A
drive failure. B
updates (on different drives)
to survive two disk failures.
C Data can be read from each
RAID 5EE useable capacity is between 50% - 88%, depending D disk independently.
E
on the number of data drives in the RAID set. RAID 5EE F
requires a minimum of four disks and a maximum of 16 disks
to be implemented. Data Stripe

A C E G I K
Logical Disk B
Parity
D
Parity
F
Parity
H
Parity
J
Parity
L
Parity

Writes require parity update.


A Data can be read from RAID 6 Disk Array
B each disk independently.
C Spares are distributed
D through the array, improving
performance.
RAID 10 (Striped RAID 1 sets):
Combines RAID 0 striping and RAID 1 mirroring. This level
Data Stripe provides the improved performance of striping while still
providing the redundancy of mirroring.
A B C Spare Parity
D E Spare Parity F
G Spare Parity H I
RAID 10 is the result of forming a RAID 0 array from two or
Spare Parity J K L more RAID 1 arrays. This RAID level provides fault tolerance
— up to one disk of each sub-array may fail without causing
RAID 5EE Disk Array
loss of data.
S E R V E R S T O R A G E W H I T E PA P E R

Which RAID Level is Right for Me? 4

Usable capacity of RAID 10 is 50% of available disk drives. Logical Disk


Logical Disk Data and parity are striped
A across all RAID 5 arrays.
Data is striped across B Read requests can occur
A RAID 1 pairs. Duplicate data C simultaneously on every
B is written to each drive in D drive in an array.
C a RAID 1 pair. E
D F

Striping

Striping A, B C, D
E, F G, H
I, J K, L
A B M, N O, P
C D
E F
G H

A B Parity C 0 Parity
E Parity F G Parity H
Parity I J Parity K L
A A B B M N Parity 0 P Parity
C C D D
E E F F
G G H H
RAID 5 Array RAID 5 Array
RAID 50 Disk Array
RAID 1 Array RAID 1 Array
RAID 60 (Striped RAID 6 sets):
RAID 10 Disk Array
Combines multiple RAID 6 sets with RAID 0 (striping). Dual
RAID 50 (Striped RAID 5 sets): parity allows the failure of two disks in each RAID 6 array.
Combines multiple RAID 5 sets with RAID 0 (striping). Striping helps to increase capacity and performance without
Striping helps to increase capacity and performance without adding disks to each RAID 6 array (which would decrease data
adding disks to each RAID 5 array (which will decrease data availability and could impact performance in degraded mode).
availability and could impact performance when running in a Logical Disk
degraded mode). Data and parity are striped
A across all RAID 6 arrays.
B
RAID 50 comprises RAID 0 striping across lower-level RAID 5 C
Reads can occur simultaneously
on every drive in an array.
arrays. The benefits of RAID 5 are gained while the spanned D
E
RAID 0 allows the incorporation of many more disks into a F

single logical drive. Up to one drive in each sub-array may fail


Striping
without loss of data. Also, rebuild times are substantially less
then a single large RAID 5 array. [A.....L] [M.....X]

Usable capacity of RAID 50 is between 67% - 94%, depending


on the number of data drives in the RAID set.
A C E M O Q
B D F N P R
Parity Parity Parity Parity Parity Parity

G I K S U W
H J L T V X
Parity Parity Parity Parity Parity Parity

RAID 6 Array RAID 6 Array


RAID 60 Disk Array
S E R V E R S T O R A G E W H I T E PA P E R

Which RAID Level is Right for Me? 5

RAID Level Comparison


Features RAID 0 RAID 1 RAID 1E RAID 5 RAID 5EE RAID 6 RAID 10 RAID 50 RAID 60
Minimum # Drives 2 2 3 3 4 4 4 6 8
Data Protection No Single-drive Single-drive Single-drive Single-drive Two-drive Up to one disk Up to one disk Up to two disk
Protection failure failure failure failure failure failure in each failure in each failures in each
sub-array sub-array sub-array
Read Performance High High High High High High High High High
Write Performance High Medium Medium Low Low Low Medium Medium Medium
Read Performance N/A Medium High Low Low Low High Medium Medium
(degraded)
Write Performance N/A High High Low Low Low High Medium Low
(degraded)
Capacity Utilization 100% 50% 50% 67% - 94% 50% - 88% 50% - 88% 50% 67% - 94% 50% - 88%
Typical High end Operating Operating Data Data Data archive, Fast databases, Large Data archive,
Applications workstations, system, system, warehousing, warehousing, backup to disk, application databases, file backup to disk,
data logging, transaction transaction web serving, web serving, high availability servers servers, high availability
real-time databases databases archiving archiving solutions, application solutions,
rendering, very servers with servers servers with
transitory data large capacity large capacity
requirements requirements

Types of RAID
Types of RAID Software-Based Hardware-Based External Hardware
Description Best used for large block applications such as data Best used for small block applications such as Connects to the server via a standard controller.
warehousing or video streaming. Also where servers transaction oriented databases and web servers. RAID functions are performed on a
have the available CPU cycles to manage the I/O Processor-intensive RAID operations are off-loaded microprocessor located on the external RAID
intensive operations certain RAID levels require. from the host CPU to enhance performance. controller independent of the host.
Included in the OS, such as Windows®, Netware®, Battery-back write back cache can dramatically
and Linux. All RAID functions are handled by the increase performance without adding risk of data loss.
host CPU which can severely tax its ability to
perform other computations.
Advantages Low price Data protection and performance benefits of RAID OS independent
Only requires a standard controller More robust fault-tolerant features and increased Build high-capacity storage systems for high-
performance versus software-based RAID end servers

About Adaptec RAID


Adaptec’s RAID technology is a thoroughly tested, proven, and
trusted software solution that has been deployed in millions of
business-critical installations around the world. As such, our
hardened RAID code is the most robust and reliable data
protection technology available today. In fact, Adaptec RAID
ships inside the most popular name-brand servers — more
than 1.5 million servers each year!

Adaptec, Inc. Literature Requests:


691 South Milpitas Boulevard US and Canada: 1 (800) 442-7274 or (408) 957-7274
Milpitas, California 95035 World Wide Web: http://www.adaptec.com
Tel: (408) 945-8600 Pre-Sales Support: US and Canada: 1 (800) 442-7274 or (408) 957-7274
Fax: (408) 262-2533 Pre-Sales Support: Europe: Tel: (44) 1276-854528 or Fax: (44) 1276-854505

Copyright 2005 Adaptec Inc. All rights reserved. Adaptec and the Adaptec logo are trademarks of Adaptec, Inc., which may be registered in some jurisdictions.
All other trademarks used are owned by their respective owners.
Information supplied by Adaptec Inc., is believed to be accurate and reliable at the time of printing, but Adaptec Inc., assumes no responsibility for any errors that may appear in this document.
Adaptec, Inc., reserves the right, without notice, to make changes in product design or specifications. Information is subject to change without notice.
P/N: 666849-011 Printed in USA 10/05 3994_1.11

You might also like