Grokking the Advanced System Design Interview
0% completed
Mock Interview: Chubby
Input your markdown text here
Quiz
How does Chubby ensure fault tolerance and reliability of data?
A
Fault tolerance in Chubby is achieved through data replication and maintaining a transaction log for the master.For recovery in case of failure, all database transactions are stored in a transaction log. As this transaction log can become very large over time, every few hours, the master of each Chubby cell writes a snapshot of its database to a GFS server in a different building for fault tolerance.
.....
.....
.....
Like the course? Get enrolled and start learning!