<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>Storage on Debimate</title><link>https://debimate.jp/tags/storage/</link><description>Recent content in Storage on Debimate</description><image><title>Debimate</title><url>https://debimate.jp/images/default-ogp.jpg</url><link>https://debimate.jp/images/default-ogp.jpg</link></image><generator>Hugo -- 0.161.1</generator><language>ja-JP</language><lastBuildDate>Thu, 06 Aug 2026 00:39:09 +0900</lastBuildDate><atom:link href="https://debimate.jp/tags/storage/index.xml" rel="self" type="application/rss+xml"/><item><title>WAL - 書き込み先行ログと 2 つのウォーターマーク</title><link>https://debimate.jp/notes/distributed-systems/write-ahead-log/</link><pubDate>Wed, 05 Aug 2026 00:00:00 +0000</pubDate><guid>https://debimate.jp/notes/distributed-systems/write-ahead-log/</guid><description>&lt;p&gt;WAL（Write-Ahead Log、書き込み先行ログ）は、状態を変更する前にその変更内容を追記専用のファイルへ書き、ディスクへ書き終えてから応答を返す仕組みです。再起動した時は、このファイルを先頭から読み直して同じ変更を適用し、停止する直前の状態を復元します。ここでは、1 台のサーバが状態を失わないための WAL から、ログを複製した時に現れる 2 つの位置までを扱います。&lt;/p&gt;</description></item></channel></rss>