Redundancy implications of SSDs in servers - Stack Overflow most recent 30 from stackoverflow.com2009-12-01T04:34:24Zhttp://stackoverflow.com/feeds/question/346374http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/346374/redundancy-implications-of-ssds-in-servers0Redundancy implications of SSDs in serversfriism2008-12-06T15:19:00Z2008-12-06T17:14:54Z
<p>When configuring a database server with mechanical drives, mirroring hard drives or using RAID5 for redundancy in case of drive failure is the norm. Is this redundancy also required when using solid state disks or is the "mechanical" reliability of SSDs (write fatigue not withstanding) such that drive redundancy is unnecessary? This is of course assuming normal off-system backup routines and so forth.</p>
<p>There's a good discussion on SSDs and database scaling <a href="http://stackoverflow.com/questions/301790/scaling-databases-with-cheap-ssd-hard-drives">here</a>.</p>
http://stackoverflow.com/questions/346374/redundancy-implications-of-ssds-in-servers/346392#3463921Answer by gbjbaanb for Redundancy implications of SSDs in serversgbjbaanb2008-12-06T15:32:26Z2008-12-06T15:32:26Z<p>Yes, with any piece of electronics it may die on you suddenly. The MTBF or reliability of a SSD may be better than a HDD, but it is not 100% perfect.</p>
<p>So you have to weight the risk of failure against the value of the data or the cost of restoring from backups (remembering that backups don't tend to be continual so you'd lose a little data after a crash).</p>
http://stackoverflow.com/questions/346374/redundancy-implications-of-ssds-in-servers/346494#3464940Answer by Oli for Redundancy implications of SSDs in serversOli2008-12-06T17:14:54Z2008-12-06T17:14:54Z<p>Just remember what they said about the Titanic.</p>
<p><em>Any</em> piece of electrical hardware can die without obvious cause, just like that. You still need RAID to best prevent data loss.</p>