<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Replication on Nalar</title>
    <link>https://nalar.dev/tags/replication/</link>
    <description>Recent content in Replication on Nalar</description>
    <generator>Hugo</generator>
    <language>en-us</language>
    <lastBuildDate>Tue, 15 Sep 2026 00:00:00 +0700</lastBuildDate>
    <atom:link href="https://nalar.dev/tags/replication/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Tombstones Preserve Deletions Across Replica Gaps</title>
      <link>https://nalar.dev/tombstones-preserve-deletions-across-replica-gaps/</link>
      <pubDate>Tue, 15 Sep 2026 00:00:00 +0700</pubDate>
      <guid>https://nalar.dev/tombstones-preserve-deletions-across-replica-gaps/</guid>
      <description>&lt;p&gt;A replicated store cannot always represent deletion as immediate absence. If one replica removes a record while another replica is disconnected, erasing every trace of the record also erases the evidence needed to distinguish a deliberate deletion from a replica that simply has not seen recent state.&lt;/p&gt;&#xA;&lt;p&gt;A tombstone keeps that evidence as versioned metadata. Instead of removing the key from the replication domain at once, the system records a deletion marker that participates in reconciliation. A replica carrying an older live value can then compare its state with the marker and discard the obsolete value.&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
