All Products
Search
Document Center

ApsaraDB RDS:Introduction to storage types

Last Updated:Feb 27, 2026

ApsaraDB RDS for PostgreSQL supports two storage types: ESSD and Premium ESSD. This topic describes the features, differences, and selection guidance for each storage type.

Select a storage type

The following table summarizes when to choose each storage type.

ScenarioRecommended storage typeWhy
Heavy, sustained I/O loadsPremium ESSDUse the Buffer Pool Extension (BPE) feature to accelerate I/O performance.
Variable I/O patterns with traffic spikesPremium ESSDUse the I/O performance burst feature to handle spikes without over-provisioning.
Large volumes of infrequently accessed dataPremium ESSDUse the data archiving feature to move cold data to lower-cost storage.
Specific performance tier required (PL1, PL2, or PL3)ESSDChoose from three performance levels to match storage performance to your workload.

ESSD

ESSDs are built on a next-generation distributed block storage architecture. They are integrated with 25 Gigabit Ethernet and Remote Direct Memory Access (RDMA) technologies to reduce one-way latencies and process up to 1 million random read and write requests per second.

ESSDs are available in three performance levels (PLs):

Performance levelIOPS and throughputUse case
PL1 ESSDBaseline performance levelGeneral-purpose workloads
PL2 ESSDApproximately 2x the IOPS and throughput of PL1Workloads that require higher I/O capacity
PL3 ESSDUp to 20x the IOPS and up to 11x the throughput of PL1High concurrent requests, high I/O performance, and low read and write latencies

Premium ESSD

Premium ESSDs are compatible with all features of ESSDs and provide the following additional capabilities:

  • I/O performance burst: Temporarily exceeds the baseline I/O performance to handle unexpected traffic spikes.

  • Buffer Pool Extension (BPE): Accelerates I/O performance by using high-speed cache media, particularly for complex queries and temporary data operations.

  • Data archiving: Moves infrequently accessed data to lower-cost storage to reduce costs.

For more information, see Premium ESSD.

Comparison of storage types

The following table compares the key attributes of ESSD and Premium ESSD.

ItemESSDPremium ESSD
I/O performanceIOPS varies based on disk specifications and instance types. I/O latency ranges from 100 to 200 microseconds.Same base performance as ESSD, plus the I/O performance burst and BPE features.
Configuration flexibilityYou can expand or reduce the storage capacity of an RDS instance. For capacity reduction requirements, see Change instance specifications.Same as ESSD.
Backup methodSnapshot backupsSnapshot backups
Time required for backup, read-only instance creation, and instance cloningA few secondsA few seconds
Storage capacity expansionOnline expansion within a few seconds, with no impact on your workloads.Online expansion within a few seconds, with no impact on your workloads.
Data durability99.9999999% (nine nines)99.9999999% (nine nines)
Supported editionsRDS Basic Edition, RDS High-availability Edition, RDS Cluster EditionRDS Basic Edition, RDS High-availability Edition, RDS Cluster Edition
Note
  • Both ESSD and Premium ESSD use a distributed storage architecture with multiple data replicas to deliver 99.9999999% data durability. For RDS instances that run RDS High-availability Edition or RDS Cluster Edition, a primary/secondary switchover is performed within seconds if the primary instance fails.

  • For detailed performance specifications, including the maximum capacity per disk, maximum IOPS, and maximum throughput for each storage type, see Block storage performance.

View the storage type of an RDS instance

To check the storage type of your RDS instance:

  1. Log on to the ApsaraDB RDS console.

  2. Go to the Basic Information page of the target RDS instance.

  3. In the Basic Information section, find the storage type.

Storage type shown in the Basic Information section of the ApsaraDB RDS console

References