Skip to main content

2 docs tagged with "Database"

View All Tags

How are cloud storage and database deletions synchronized in Cloud Development?

In Cloud Development, if you encounter the situation where image files in cloud storage remain preserved after deleting database data, the common practice is to store the corresponding cloud storage file ID along with the data. This allows you to delete the associated cloud storage files simultaneously when deleting the database records.