Hacker News new | ask | show | jobs
by droffel 2045 days ago
If you've got slow HDDs, the usual solution is to RAID them together. At that point your limiter starts becoming how fast you can slurp data down the line. RAID-0 would sort of emulate what you're talking about here.
1 comments

That still trades off density for speed, having independent arms would be a huge benefit.
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.