|
|
|
|
|
by throwaway_bad
2440 days ago
|
|
> every other byte of data striped across I assume you didn't mean that literally because I can't see how that will ever work out in terms of cpu cost. I think breaking it up into blocks like what RAID4/5/6 would be better but will still impact the performance of reads. The performance of writes is going to be worse. Not because of the parity calculation but because you will be taking the max latency over all the cloud providers. I can't see people trading off that much performance for better fault tolerance (in a world where S3 guarantees 11 nines) or ease of switching. |
|