편집

다음을 통해 공유


Scale compute

APPLIES TO: Azure Database for PostgreSQL - Flexible Server

This article provides step-by-step instructions to perform scaling operations for the compute of an Azure Database for PostgreSQL flexible server.

You're allowed to change your compute between the burstable, general purpose, and memory optimized tiers. And, among each of those tiers, you can choose the number of virtual cores (vCores) that is more suitable to run your application. To learn more about the different compute tiers available in Azure Virtual Machines, and the use case for which they're best suited, refer to size for virtual machines in Azure.

When you request a scaling operation of the compute used by your Azure Database for PostgreSQL flexible server, your server undergoes a restart and so leaves your server unavailable for some time. For more information about how that process works, and the expected duration of the downtime, see near-zero downtime scaling.

Scale compute

Using the Azure portal:

  1. Select your Azure Database for PostgreSQL flexible server.

  2. In the resource menu, select Compute + storage.

    Screenshot showing how to select the Compute + storage page.

  3. If you want to select a different tier than the one currently selected, in the Compute tier group of radio buttons, select the option that best adjusts to your needs.

    Screenshot showing where to select a different compute tier.

  4. If the region of your server supports Intel and AMD processors, you can use the Compute Processor radio button to filter the options listed in the Compute size drop-down to only hardware produced by the manufacturer selected.

    Screenshot showing where to select a different compute processor manufacturer.

  5. If you want to select a different machine size among the ones available in the same tier, expand the Compute size drop-down and select the size that best suits your needs.

    Screenshot showing where to select a different compute size.

  6. Once you choose your desired configuration, select Save.

    Screenshot showing the location of the Save button, enabled once you make some changes to current configuration.

Note

Notice that when you select Save you're not asked for confirmation to proceed with the changes. The operation is immediately initiated and can't be aborted.

  1. A notification shows that a deployment is in progress.

    Screenshot showing a deployment is in progress to scale the compute.

  2. When the scale process completes, a notification shows that the deployment succeeded.

    Screenshot showing that the deployment to scale the compute succeeded.