All Products
Search
Document Center

Serverless App Engine:Persistent storage

Last Updated:Dec 11, 2025

In most cases, data that is stored in a container is lost if the container is destroyed. This causes great damage to production environments. Data can be persistently stored on the Serverless App Engine (SAE) application instances by using the following methods.

  • Configure NAS storage: File Storage NAS is suitable for high-performance computing and data sharing scenarios. If you mount NAS file systems to SAE application instances, data can be persistently stored and distributed across application instances.

  • Configure OSS storage: Object Storage Service (OSS) provides the console and easy-to-use tools to allow you to manage buckets in a visualized manner. You can persistently store instance data and distribute data across instances to reduce costs. OSS is suitable for scenarios in which you need to perform more read operations than write operations, such as mounting configuration files or frontend static files.