News Score: Score the News, Sort the News, Rewrite the Headlines

The disaggregated write-ahead log

The traditional way replicated systems are architected is to physically co-locate the write-ahead log (WAL) on the nodes where the state is being maintained. Then a consensus protocol like Paxos or Raft is used to make sure the log on each replica agrees. With many classical databases that have been around a while, instead of consensus there may be a configuration-driven primary/backup scheme. This converged approach is not that different logically even with the physical decoupling of compute an...

Read more at blog.schmizz.net

© News Score  score the news, sort the news, rewrite the headlines