Comments on: Practical RAID Performance https://smbitjournal.com/2015/01/practical-raid-performance/ The Information Technology Resource for Small Business Sun, 19 Feb 2017 10:09:19 +0000 hourly 1 https://wordpress.org/?v=6.9.1 By: iQ https://smbitjournal.com/2015/01/practical-raid-performance/comment-page-1/#comment-22180 Thu, 08 Jan 2015 10:42:07 +0000 http://www.smbitjournal.com/?p=681#comment-22180 Nice writeup – only with some minor mistakes.

If you are writing a Block Stripesize, and whole stripes can be written at once, there will be no need to read the old data, because all the parity can be computed from the new-to-write data.

So, this may skew your formulas a little bit, and hopefully emphasizes the fact, that you need to be aware of the usecases of your storage subsystem. And you can tune important parameters of it (e.a. Stripesize) for bulk-data or small block access… But thats a different story, because you have to look into Filesystems and their behaviours …

Greetings

]]>