Storage classes

MOS provides a range of storage classes for various data storage scenarios.

ClassScenario
StandardFrequently accessed data with millisecond access
IA (Infrequent Access)Long-lived, infrequently accessed data (once a month) with millisecond access, which must be stored for at least 30 days
ArchiveFor long-term data that's rarely accessed and might need to be retrieved in minutes, which must be stored for at least 60 days. Data in this storage class is archived, and not available for real-time access.
Deep ArchiveFor extremely cold data that needs to be stored for an extremely long period of time (at least 180 days). Data in this storage class is archived, and not available for real-time access.

Differences between storage classes

ItemStandardIAArchiveDeep Archive
Data accessReal-time access with milliseconds of latency.Real-time access with milliseconds of latency.Data can be read after data is restored. The amount of time required to restore an Archive object is approximately 1~5 minutes.Data can be read after data is restored. The amount of time required to restore an Archive object is approximately 5~12 hours.
Minimum storage durationNone30 days60 days180 days
Minimum billable sizeNone64 KB64 KB64 KB
Data retrieval feesNoneBased on the size of retrieved data. Unit: GB.Based on the size of restored data. Unit: GB.Based on the size of restored data and the selected data retrieval priority. Unit: GB.