All Products
Search
Document Center

Object Storage Service:Storage solution selection

Last Updated:Feb 27, 2026

Alibaba Cloud Object Storage Service (OSS) supports all types of data, including images, audio files, video files, documents, software packages, files in CSV, JSON, and Parquet formats, and backup files. Every object stored in a bucket has a storage class that determines how the data is stored, how quickly it can be retrieved, and how much it costs.

By default, objects stored in OSS use the Standard storage class. OSS also offers Infrequent Access (IA), Archive, Cold Archive, and Deep Cold Archive storage classes for data with different access patterns.

How to choose a storage class

When selecting a storage class, evaluate the following factors:

FactorDescriptionRange
Access frequencyHow often you read and write dataFrequent to rare
Retrieval timeHow quickly you need to access the dataReal-time to hours or days
AvailabilityThe probability that OSS is operational within a given period99.00% to 99.995%
DurabilityThe security and integrity of data stored in OSS within a given period99.999999999% (eleven 9's) to 99.9999999999% (twelve 9's)

Redundancy types

Each storage class can be combined with a redundancy type that controls how your data is distributed across storage infrastructure:

Redundancy typeDistributionDurabilitySupported storage classes
Zone-redundant storage (ZRS)Across multiple availability zones99.9999999999% (twelve 9's)Standard, IA, Archive
Locally redundant storage (LRS)Within a single availability zone99.999999999% (eleven 9's)Standard, IA, Archive, Cold Archive, Deep Cold Archive

Storage class specifications

The following table lists the access frequency, retrieval time, availability, and durability for each combination of storage class and redundancy type.

Storage classAccess frequencyRetrieval timeAvailabilityDurability
Standard zone-redundant storage (ZRS)Frequently accessedReal-time access99.995%99.9999999999% (twelve 9's)
Standard locally redundant storage (LRS)Frequently accessedReal-time access99.99%99.999999999% (eleven 9's)
IA ZRSInfrequently accessedReal-time access99.50%99.9999999999% (twelve 9's)
IA LRSInfrequently accessedReal-time access99.00%99.999999999% (eleven 9's)
Archive ZRSSeldom accessedReal-time access or 1 minute99.50%99.9999999999% (twelve 9's)
Archive LRSSeldom accessedReal-time access or 1 minute99.00%99.999999999% (eleven 9's)
Cold Archive LRSRarely accessed1 to 12 hours99.00%99.999999999% (eleven 9's)
Deep Cold Archive LRSRarely accessed12 or 48 hours99.00%99.999999999% (eleven 9's)

The following table summarizes the typical use cases for each storage class.

Storage classAccess patternTypical use cases
StandardFrequently accessed, real-time retrievalActive application data, content delivery, big data analytics
Infrequent Access (IA)Infrequently accessed, real-time retrievalData accessed once or twice a month, backups with occasional retrieval
ArchiveSeldom accessed, retrieval in real-time or 1 minuteLong-term archival data that may need occasional access
Cold ArchiveRarely accessed, retrieval in 1 to 12 hoursCompliance archives, long-term backups
Deep Cold ArchiveRarely accessed, retrieval in 12 or 48 hoursData retained for regulatory or historical purposes with minimal retrieval needs

For more information about the pricing for each storage class, visit the OSS pricing page.