<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Partitioning on Nalar</title>
    <link>https://nalar.dev/tags/partitioning/</link>
    <description>Recent content in Partitioning on Nalar</description>
    <generator>Hugo</generator>
    <language>en-us</language>
    <lastBuildDate>Sat, 12 Sep 2026 00:00:00 +0700</lastBuildDate>
    <atom:link href="https://nalar.dev/tags/partitioning/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Consistent Hashing: Limit Key Movement as Nodes Change</title>
      <link>https://nalar.dev/consistent-hashing-limit-key-movement-as-nodes-change/</link>
      <pubDate>Sat, 12 Sep 2026 00:00:00 +0700</pubDate>
      <guid>https://nalar.dev/consistent-hashing-limit-key-movement-as-nodes-change/</guid>
      <description>&lt;p&gt;Distributed systems often need a deterministic answer to a simple question: given a key, which node should own it?&lt;/p&gt;&#xA;&lt;p&gt;A cache cluster may route each object key to one server. A storage service may assign each partition to a shard. A worker pool may send all events for the same account to the same processor. The routing rule must be stable enough that clients agree, yet flexible enough to handle nodes joining and leaving.&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
