Are there any special implications of Write-Back vs Write-Through that should be considered when creating an SSD raid array?

link|improve this question

78% accept rate
1  
What type of controller? – ewwhite Jan 31 at 19:40
feedback

1 Answer

I'd say that write-through would be a better solution, as you don't suffer from the problem of waiting for the data with low access times of SSDs.

That being said, I'd still measure how both setups perform.

The second thing to watch out for is the bottleneck in the controller: hardly no hardware controller can do sustained 800MiB/s+ read/write to the array. You will need to leave quite a few empty SAS lines to not leave the SSDs underutilised.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.