Me and my friend were discussing this the other day about how he said RAID is no longer needed. He said it was due to how big SSDs have gotten and that apparently you can replace sectors within them if a problem occurs which is why having an array is not needed.

I replied with the fact that arrays allow for redundancy that create a faster uptime if there are issues and drive needs to be replaced. And depending on what you are doing, that is more valuable than just doing the new thing. Especially because RAID allows redundancy that can replicate lost data if needed depending on the configuration.

What do you all think?

  • Dekkia@this.doesnotcut.it
    link
    fedilink
    arrow-up
    15
    ·
    edit-2
    3 months ago

    I don’t think the internal wear-leveling and overprovisioning of SSDs can or should be able to replace raid. Disregarding a dead sector without losing capacity is great, but it won’t help you when (for example) the controller dies.

    Depending on the amount of data you’re storing SSDs also might be too expensive.

    The only exception is maybe Raid 0 in a normal PC. Here it’s probably better to just get one disk for each logical drive.