NCache 4.4 - Online Documentation

Data Load Balancing

 
You can request to balance a node in a partitioned cluster without waiting for the automatic load balancing task to trigger it. This brings data load on the node near to average data per node while rest of the data is distributed across other nodes in the cluster. Candidate nodes for accepting the load are selected on the bases of the amount of data currently present on them. A node having less data gets a larger share from the load. This can be done as follows:
 
Using NCache Manager
 
  • From the Cache Explorer view, right click on the server node of a cache cluster.
  • Click on the Balance Data Load option in the right click context menu.
 
 
Data will be evenly distributed across the nodes of the cluster.
 
See Also