OSS provides storage management features to optimize storage performance and reduce costs.
Analyze data access patterns and configure lifecycle rules to automatically transition infrequently accessed data to lower-cost storage classes. You can tag objects to classify them and use tags as filtering conditions in lifecycle rules.
Bucket inventory scans objects in a bucket weekly and generates a CSV inventory list stored in a specified bucket. You can include metadata such as object size and encryption status. Use inventory data to streamline workflows and big data tasks.
OSS monitoring service provides metrics on system status and performance. Use custom alerts to track requests, analyze usage, identify business trends, and diagnose issues.
Use these features to configure lifecycle rules that transition infrequently accessed data to lower-cost storage classes. For example, converting from Standard to IA saves up to 40%, and converting expired data to Archive saves up to 70%.
OSS Select lets you run SQL statements to query object content directly, so your application does not need to use computing resources to scan and filter object data. This increases query performance by 4x and reduces query cost by 80%. OSS Select also supports IA and Archive objects, so you can analyze data without full data retrieval.