Comment on How To Make An Infinitely Scalable RDBMSparentComments−yid12yActually, there's precious little that an application can do if a memory chip fails, or if ECC gets too many corrupted bits.That's where replication and (distributed) consensus comes in, usually at the application level.−spof312yOr Resilient Distributed Datasets https://www.usenix.org/system/files/conference/nsdi12/nsdi12...
Comments
That's where replication and (distributed) consensus comes in, usually at the application level.
Or Resilient Distributed Datasets https://www.usenix.org/system/files/conference/nsdi12/nsdi12...