|
|
|
Forum Newbie
      
Group: General Forum Members
Last Login: Monday, April 01, 2013 6:25 AM
Points: 2,
Visits: 192
|
|
Hello,
We have a typical RAID 10 (2+2) configuration with 4 HDD on one of our production database server where I observed in perfmon for the drive which is configured with RAID 10 configuration.
Avg. Disk Read Queue Length - 12.51 Avg. Disk Write Queue Length - 0.06
Somewhere I read , I should divide these figures with the no of spindles. Now the question is , should I divide these values by 4 or 2 and what should I interprete from these values ?
Thanks, Hemant
|
|
|
|
|
Old Hand
      
Group: General Forum Members
Last Login: 2 days ago @ 9:39 PM
Points: 322,
Visits: 476
|
|
I would suggest the answer is two..
Either you have mirrored two spindles two times and then striped the resulting array (RAID 1+0) is which case everything that happens to one spindle MUST happen to the other synchronously or you have striped two spindles two times and then mirrored the results (RAID 0+1), in which case a single write will also have to be written to two physical spindles.
BTW - doing the mirror 1st and then the stripe actually increases your reliability once you get to 6 spindles.
|
|
|
|