6

I'd like to know if I were to add additional drives to an existing Raid 10 if this would increase the speed of the entire array?

Nick M.
  • 351
  • 1
  • 6
  • 12
  • Related: [This question describing the architecture and benefits of the various RAID levels](http://serverfault.com/questions/339128/what-are-the-different-widely-used-raid-levels-and-when-should-i-consider-them) – voretaq7 Jan 15 '13 at 19:42

2 Answers2

8

Yes.
Generally this will increase the potential read and write capabilities of the system. Some of this depends on your application, though. Also, you want the array expansion to redistribute data across the additional disks in order to leverage the higher number of spindles.

voretaq7
  • 79,345
  • 17
  • 128
  • 213
ewwhite
  • 194,921
  • 91
  • 434
  • 799
7

Try this Raid performance calculator and you will get the answser :-)

And yes, it will normaly increase performance.

Yohann
  • 285
  • 2
  • 11