Quickstart: Scale compute for an Azure Synapse dedicated SQL pool in a Synapse workspace with the Azure portal

You can scale compute for an Azure Synapse dedicated SQL pool in a Synapse workspace using the Azure portal. Scale out compute for better performance, or scale back compute to save costs.

If you don't have an Azure subscription, create a free Azure account before you begin.

Note

This article applies to dedicated SQL pools created in Azure Synapse Analytics workspaces. This content does not apply to dedicated SQL pools (formerly SQL DW) or dedicated SQL pools (formerly SQL DW) in connected workspaces. For similar instructions for dedicated SQL pools (formerly SQL DW), see Quickstart: Scale compute for an Azure Synapse dedicated SQL pool (formerly SQL DW) with the Azure portal. For more on the differences between dedicated SQL pools (formerly SQL DW) and dedicated SQL pools in Azure Synapse Workspaces, read What's the difference between Azure Synapse (formerly SQL DW) and Azure Synapse Analytics Workspace.

Sign in to the Azure portal

Sign in to the Azure portal.

Before you begin

You can scale a SQL pool that you already have or use Quickstart: create and connect - portal to create a SQL pool named mySampleDataWarehouse. This quickstart scales mySampleDataWarehouse.

Important

Your SQL pool must be online to scale.

Scale compute

SQL pool compute resources can be scaled by increasing or decreasing data warehouse units. The Quickstart: create and connect - portal created mySampleDataWarehouse and initialized it with 400 DWUs. The following steps adjust the DWUs for mySampleDataWarehouse.

To change data warehouse units:

  1. Select Azure Synapse Analytics in the left page of the Azure portal.

  2. Under Analytical pools, select SQL pools from the main menu.

  3. Select mySampleDataWarehouse from the list of pools. The SQL pool opens.

  4. Select Scale from the navigation menu.

    A screenshot of the Azure portal showing the Scale button on the Overview page of a dedicated SQL pool.

  5. In the Scale panel, move the slider left or right to change the DWU setting. Then select Save.

    A screenshot of the Azure portal showing the Scale slider on the Scale page of a dedicated SQL pool in an Azure Synapse workspace.

Next steps