Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

9
  • Adding to your point on #3, if the cost of an extra disk (or three) is what makes or breaks the budget, then from where will the money come to replace it when one disk fails?
    – user
    Commented Aug 30, 2019 at 8:01
  • @Greg The fact that I might not have thought everything through is why I'm asking this question. I guess I would say I'm seeing where I can improve efficiency as a whole. To answer your questions: 1. Yes. The failure of the array will immediately cause the AG to fail to a different node. A bad sector depend on whether it was a recoverable bit error or not, but this would cause a failure whether the disk was in any kind of RAID or not. 2. Fewer disks would decrease the chance of failure IN the array. RAID0 would increase the chance of failure OF the array. 3. No, money savings is perk.
    – zsqlman
    Commented Aug 30, 2019 at 14:24
  • @Greg Good follow up questions and some I had not fully fleshed out. There are numerous layers of redundancy with the servers being triple. Restoring all the databases can be easily scripted. If a node fails, we would kick that replica from the AG removing the Tlog backlog issue and even if we don't remove the node, we have plenty of space to contain a few days worth of log growth. Regarding recovery time, I only have one data point and don't have more spare hardware to test. We've only had 1 RAID failure and it took 2+ days to recover and we can do the restores in 8ish hours.
    – zsqlman
    Commented Aug 30, 2019 at 14:38
  • @zsqlman - I've added an extra time of when you might lose data because you don't have RAID. Also, the logic you apply to reduced failure I think is still flawed. The odds of one disk failing with fewer disks in the RAID is the same as 1 disk failing with redundancy in the RAID. Reducing the number of disks doesn't reduce the risk of any one disk failing - each disk is just as likely to fail as any other disk.
    – Greg
    Commented Aug 30, 2019 at 20:26
  • You are correct that each disk has the same odds of failure. Fewer disks mean fewer chances of failure.
    – zsqlman
    Commented Sep 5, 2019 at 18:50