|
|
|
|
|
by wting
4525 days ago
|
|
If systems are designed with the expectation that hardware can and will fail often, better reliability drives aren't worth the cost as long as cheaper drives are relatively comparable. In addition to cost savings, your system has better robustness when it is decoupled from hardware reliability. For example, Google's Map Reduce paper has a section on fault tolerance that goes into detail about how they handle the issue of failing workers: http://research.google.com/archive/mapreduce.html |
|