<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Consistent Hashing on Nalar</title>
    <link>https://nalar.dev/tags/consistent-hashing/</link>
    <description>Recent content in Consistent Hashing on Nalar</description>
    <generator>Hugo</generator>
    <language>en-us</language>
    <lastBuildDate>Sun, 20 Sep 2026 00:00:00 +0000</lastBuildDate>
    <atom:link href="https://nalar.dev/tags/consistent-hashing/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Consistent Hashing Limits Key Movement When Nodes Change</title>
      <link>https://nalar.dev/consistent-hashing-limits-key-movement-when-nodes-change/</link>
      <pubDate>Sun, 20 Sep 2026 00:00:00 +0000</pubDate>
      <guid>https://nalar.dev/consistent-hashing-limits-key-movement-when-nodes-change/</guid>
      <description>&lt;p&gt;Partitioning by &lt;code&gt;hash(key) % N&lt;/code&gt; is simple when the node count stays fixed. The arithmetic becomes disruptive when &lt;code&gt;N&lt;/code&gt; changes. Moving from four nodes to five changes the divisor, so many keys select a different remainder even though only one node joined.&lt;/p&gt;&#xA;&lt;p&gt;Consistent hashing changes the mapping. Keys and nodes are placed in the same circular hash space. A key belongs to the first node encountered in a chosen direction around the ring. Adding or removing a node changes ownership only for ranges adjacent to that membership change.&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
