Capacity Management

Capacity Management involves organization of environment resources and assigning processes to specific groups (‘clusters’).

Cluster

ClusterProcess

This table tracks the relationships between clusters and processes. Used for performance balancing.

cluster_process
Column Name Column Type Column Description
cluster_id Integer The cluster of the cluster-process relationship. Foreign key to Cluster.
process_id Integer The process of the cluster-process relationship. Foreign key to Process.