In the latest part of his collection of Patterns of Distributed
Systems, Unmesh faces the problem of a server failing in the middle of a
complex update. A write-ahead log first saves and replicates the data for
expected update in an append-only log, so if a failure occurs, we can
recover the correct state.
more…
Published on August 11, 2020 07:07