<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>OpenText Analytics Database 26.2.x – Rebalancing data across nodes</title>
    <link>/en/admin/managing-db/managing-nodes/rebalancing-data-across-nodes/</link>
    <description>Recent content in Rebalancing data across nodes on OpenText Analytics Database 26.2.x</description>
    <generator>Hugo -- gohugo.io</generator>
    
	  <atom:link href="/en/admin/managing-db/managing-nodes/rebalancing-data-across-nodes/index.xml" rel="self" type="application/rss+xml" />
    
    
      
        
      
    
    
    <item>
      <title>Admin: Rebalancing data using the administration tools UI</title>
      <link>/en/admin/managing-db/managing-nodes/rebalancing-data-across-nodes/rebalancing-data-using-admin-tools-ui/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>/en/admin/managing-db/managing-nodes/rebalancing-data-across-nodes/rebalancing-data-using-admin-tools-ui/</guid>
      <description>
        
        
        &lt;p&gt;To rebalance the data in your database:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;
&lt;p&gt;Open the Administration Tools. (See &lt;a href=&#34;../../../../../en/admin/using-admin-tools/#&#34;&gt;Using the administration tools&lt;/a&gt;.)&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;On the &lt;strong&gt;Main Menu&lt;/strong&gt;, select &lt;strong&gt;View Database Cluster State&lt;/strong&gt; to verify that the database is running. If it is not, start it.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;From the &lt;strong&gt;Main Menu&lt;/strong&gt;, select &lt;strong&gt;Advanced Menu&lt;/strong&gt; and click &lt;strong&gt;OK&lt;/strong&gt;.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;In the &lt;strong&gt;Advanced Menu&lt;/strong&gt;, select &lt;strong&gt;Cluster Management&lt;/strong&gt; and click &lt;strong&gt;OK&lt;/strong&gt;.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;In the &lt;strong&gt;Cluster Management&lt;/strong&gt; menu, select &lt;strong&gt;Re-balance Data&lt;/strong&gt; and click &lt;strong&gt;OK&lt;/strong&gt;.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Select the database you want to rebalance, and then select &lt;strong&gt;OK&lt;/strong&gt;.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Enter the directory for the Database Designer outputs (for example &lt;code&gt;/tmp)&lt;/code&gt; and click &lt;strong&gt;OK&lt;/strong&gt;.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Accept the proposed &lt;a class=&#34;glosslink&#34; href=&#34;../../../../../en/glossary/k-safety/&#34; title=&#34;For more information, see Designing for K-Safety.&#34;&gt;K-safety&lt;/a&gt; value or provide a new value. Valid values are 0 to 2.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Review the message and click &lt;strong&gt;Proceed&lt;/strong&gt; to begin rebalancing data.&lt;/p&gt;
&lt;p&gt;The Database Designer modifies existing projections to rebalance data across all database nodes with the K-safety you provided. A script to rebalance data, which you can run manually at a later time, is also generated and resides in the path you specified; for example &lt;code&gt;/tmp/extend_catalog_rebalance.sql&lt;/code&gt;.&lt;/p&gt;

&lt;div class=&#34;admonition important&#34; role=&#34;alert&#34;&gt;
&lt;h4 class=&#34;admonition-head&#34;&gt;Important&lt;/h4&gt;
Rebalancing data can take some time, depending on the number of projections and the amount of data they contain. It is recommended that you allow the process to complete. If you must cancel the operation, use Ctrl+C.
&lt;/div&gt;
&lt;p&gt;The terminal window notifies you when the rebalancing operation is complete.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Press &lt;strong&gt;Enter&lt;/strong&gt; to return to the Administration Tools.&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;

      </description>
    </item>
    
    <item>
      <title>Admin: Rebalancing data using SQL functions</title>
      <link>/en/admin/managing-db/managing-nodes/rebalancing-data-across-nodes/rebalancing-data-using-sql-functions/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>/en/admin/managing-db/managing-nodes/rebalancing-data-across-nodes/rebalancing-data-using-sql-functions/</guid>
      <description>
        
        
        &lt;p&gt;OpenText™ Analytics Database has three SQL functions for starting and stopping a cluster rebalance. You can call these functions from a script that runs during off-peak hours, rather than manually trigger a rebalance through Administration Tools.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;
&lt;code&gt;&lt;a href=&#34;../../../../../en/sql-reference/functions/management-functions/cluster-functions/rebalance-cluster/#&#34;&gt;REBALANCE_CLUSTER&lt;/a&gt;&lt;/code&gt; rebalances the database cluster synchronously as a session foreground task.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;
&lt;code&gt;&lt;a href=&#34;../../../../../en/sql-reference/functions/management-functions/cluster-functions/start-rebalance-cluster/#&#34;&gt;START_REBALANCE_CLUSTER&lt;/a&gt;&lt;/code&gt; asynchronously rebalances the database cluster as a background task.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;
&lt;code&gt;&lt;a href=&#34;../../../../../en/sql-reference/functions/management-functions/cluster-functions/cancel-rebalance-cluster/#&#34;&gt;CANCEL_REBALANCE_CLUSTER&lt;/a&gt;&lt;/code&gt; stops any rebalance task that is currently in progress or is waiting to execute.&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;

      </description>
    </item>
    
  </channel>
</rss>
