Provisioning HeatWave Nodes
When you provision Oracle HeatWave in Oracle Database Service for Azure, you can choose to create the HeatWave nodes afterwards using HeatWave Autopilot to estimate the HeatWave Cluster size. You can also use this feature to resize a HeatWave Cluster.
HeatWave Autopilot feature can estimate a suitable number of HeatWave nodes based on the data in a database system. You can use this feature once the database system has been created and populated.
If you already have HeatWave nodes and have loaded data into them, all the tables that are currently loaded into the HeatWave Cluster remain loaded during and after the size change, unless you choose to remove them. You do not need to delete the old HeatWave nodes.
Follow these steps to provision HeatWave nodes for a HeatWave Cluster using HeatWave Autopilot:
- On the MySQL HeatWave blade, select the name of the database system from the list to see its details page.
- Select the HeatWave tab on the left menu bar.
- If you already created HeatWave nodes, their details are displayed here. Select the Edit link next to the node count to resize the HeatWave Cluster using an estimate.
- If you did not already create HeatWave nodes, select Create HeatWave Cluster.
- Enter a new number of HeatWave nodes - the minimum number is 1 and the maximum is 64. Or select Generate estimate to use HeatWave Autopilot to estimate a suitable number of HeatWave nodes. This feature only works when the database system has been populated with data.
- When you generate an estimate, a recommended node count is displayed along with a list of the schemas and tables that HeatWave Autopilot found in the database system. To refine the estimate, select all the schemas and tables that you want to analyze with Oracle HeatWave, and deselect any that you will not be analyzing. Then select Regenerate Estimate to create a new estimated node count.
- If you deselected any schemas and tables or selected any new ones, copy the commands displayed for Oracle HeatWave's Auto Parallel Load feature
heatwave_load
. After resizing the HeatWave Cluster, run this command from MySQL Shell or MySQL Client to reload the HeatWave Cluster with the correct selection of tables. - Select Discard if you do not want to go ahead with the HeatWave Cluster changes.
- If you are satisfied with the estimate and want to go ahead, select Apply to set the recommended node count from the estimate as the new node count for the HeatWave Cluster.
- Select OK to create a HeatWave Cluster with the new node count. All the tables that are currently loaded into the HeatWave Cluster remain loaded during and after the size change.
- If you are creating a new HeatWave Cluster or loading additional tables and schemas into the HeatWave Cluster after the size change, use the
heatwave_load
command shown under On completion when the HeatWave Cluster is ready.