<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Sivaramakrishnan Nageswaran</title>
    <description>The latest articles on DEV Community by Sivaramakrishnan Nageswaran (@sivaramakrishnan_nageswar).</description>
    <link>https://dev.to/sivaramakrishnan_nageswar</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F2097585%2Fd4da5b2b-5135-4069-9424-60bd21561b77.png</url>
      <title>DEV Community: Sivaramakrishnan Nageswaran</title>
      <link>https://dev.to/sivaramakrishnan_nageswar</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/sivaramakrishnan_nageswar"/>
    <language>en</language>
    <item>
      <title>How to add multiple nodes at the same time to existing Cassandra cluster</title>
      <dc:creator>Sivaramakrishnan Nageswaran</dc:creator>
      <pubDate>Thu, 19 Sep 2024 14:37:09 +0000</pubDate>
      <link>https://dev.to/sivaramakrishnan_nageswar/how-to-add-multiple-nodes-at-the-same-time-to-existing-cassandra-cluster-8ik</link>
      <guid>https://dev.to/sivaramakrishnan_nageswar/how-to-add-multiple-nodes-at-the-same-time-to-existing-cassandra-cluster-8ik</guid>
      <description>&lt;p&gt;We have a 9 node Cassandra (V3.11) cluster and we want to add another 10 nodes to this cluster. Can we add all the 10 nodes to the cluster at the same time (with auto bootstrap parameter set to false)? And to balance the data to the newly added nodes, should we run repair or rebuild command? And can we run them on multiple machines at the same time?&lt;/p&gt;

&lt;p&gt;Each of the existing nodes in the cluster has around 14TB disk space and out of which 11TB is already used. When we tried to add a new node, it was able to get around 5TB is around 5 days and after that the speed reduced considerably (to 200GB per day). Instead of adding one at a time, can we add all together and rebalance the data by any command?&lt;/p&gt;

&lt;p&gt;Any pointers will be highly appreciated!&lt;/p&gt;

&lt;p&gt;Cheers&lt;/p&gt;

&lt;p&gt;-Siva&lt;/p&gt;

</description>
      <category>cassandra</category>
    </item>
  </channel>
</rss>
