Distributed Systems Pattern: Write-Ahead Log



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…

1 like ·   •  0 comments  •  flag
Share on Twitter
Published on August 11, 2020 07:07
No comments have been added yet.


Martin Fowler's Blog

Martin Fowler
Martin Fowler isn't a Goodreads Author (yet), but they do have a blog, so here are some recent posts imported from their feed.
Follow Martin Fowler's blog with rss.