Hacker News new | ask | show | jobs
by R0b0t1 2045 days ago
That still trades off density for speed, having independent arms would be a huge benefit.
2 comments

Would it still be cheaper than a similar SSD? Would it be cheaper than an SSD-augmented HD?
> That still trades off density for speed

It does not. RAID-0 has no duplication, it acts effectively like your independent arms. No density tradeoff, just speed.

There is a tradeoff: With RAID0 your parallelization for read or write is on the scale of 24TB chunks, not within 24TB chunks.