I'm currently exploring using Storage Spaces to create a mirrored volume. In benchmarking it against a mirrored volume created with diskpart, I notice that I'm getting twice the throughput on reads. I'm speculating that the diskpart volume is able to make requests of both drives in the mirror in parallel. Is there a way to get that behavior out of the Storage Spaces mirrored volume?
Asked
Active
Viewed 237 times
1
-
diskpart is usually creating a software raid 1 afaik whoxh would lead to this – djdomi Apr 20 '22 at 07:02
-
That seems reasonable with respect to diskpart behavior. My question remains though. Is there a way to get a Storage Spaces mirrored volume have that same behavior? – Ben Thul Apr 20 '22 at 16:15
-
To be honestly, no, if i remember correctly to my time beeing mcsa 2016 2 wwy mirrors dont have any performance improvements only a failover – djdomi Apr 20 '22 at 17:22
1 Answers
3
It depends on how you configured your particular mirror. If you selected one column then you won’t have any performance boost, it would be one drive performing reads whilst second used only if first returns read error. If you configured two columns - you’ll get double read performance, and so on. Here’s some good summary, sorry it comes from Dell, no Microsoft.
Column count
The column count indicates the number of physical disks that Microsoft Storage Spaces stripes data across. The column count has a direct correlation to performance as increasing the column count enables more physical disks to be striped and accessed in parallel during read-and write operations.

BaronSamedi1958
- 13,676
- 1
- 21
- 53