All challenges
advancedReal-World Systems~60 min

Database Replication

Keep copies of your data in sync: write through a primary and a replication log, apply it to a replica, reason about replication lag, guarantee read-your-writes, and fail over by promoting a replica — losing the writes that never replicated.