Scaling Out/In a Db2 Warehouse installation
To modify the compute per partition of a Db2® Warehouse deployment, you can utilize the patch command to either increase or decrease the number of nodes. The scale out/in operation only accommodates changes to the number of nodes and not the number of multiple logical nodes (MLN).
About this task
Note: This procedure is only supported for a Db2uInstance CR.
Before deploying the Db2
Warehouse, the MLN number must be evenly distributed across all the nodes. Each node must have a
minimum of one MLN. Therefore, the total number of MLNs specified prior to deployment determines the
maximum number of nodes that can be scaled out to. It is essential to take this into account during
the deployment planning process to ensure the even distribution of MLNs and optimal performance of
the system.The following is an example of how the "number of MLNs" and "number of nodes" configurations
could be mapped:
Number of MLN's | Number of Nodes |
---|---|
1 | 1 |
2 | 1 or 2 |
3 | 1 or 3 |
4 | 1 or 2 or 4 |
5 | 1 or 5 |
6 | 1 or 2 or 3 or 6 |
7 | 1 or 7 |
8 | 1 or 2 or 4 or 8 |
9 | 1 or 3 or 9 |
10 | 1 or 2 or 5 or 10 |