All Products
Search
Document Center

AnalyticDB:Configure instance resources

Last Updated:Mar 28, 2026

In Serverless automatic scheduling mode, AnalyticDB for PostgreSQL monitors service traffic and automatically starts or stops based on detected activity. Configuring the Computing Resource Threshold and Wait Time for Idle Resource Release lets you control when the instance enters Idle status. No computing resource charges apply while the instance is idle.

Note The automatic scheduling feature is available for invitational preview. To use this feature, submit a ticket to apply for the preview.

How automatic scheduling works

When no service traffic is detected for the duration set in Wait Time for Idle Resource Release, the instance transitions to Idle status. While idle, computing resources are released and billing for computing resources stops.

The two parameters you configure control this behavior:

ParameterDescriptionRange
Computing Resource ThresholdThe maximum computing resources allocated to the instance.8–32 AnalyticDB Compute Units (ACUs), in increments of 8
Wait Time for Idle Resource ReleaseThe period of inactivity before the instance transitions to Idle status — when this period elapses with no traffic detected, billing for computing resources stops.Minimum: 60 seconds

Configure instance resources

The instance must be in Serverless automatic scheduling mode before you begin.

  1. Log on to the AnalyticDB for PostgreSQL console.

  2. In the upper-left corner of the console, select a region.

  3. Find the target instance and click Change Configuration in the Actions column.

  4. On the Instance Resource Configuration page, click Edit.

  5. Set Computing Resource Threshold and Wait Time for Idle Resource Release, then click OK.

  6. In the Are You Sure You Want To Modify? dialog box, click Confirm.

Note The resource configuration change takes effect within 2 minutes.

API reference

APIDescription
ModifyDBInstanceConfigModifies the computing resource threshold and the wait time for idle resource release for an instance in Serverless automatic scheduling mode.

Related topics