You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently there is no dedicated guide on how to best work with Cloud Files and the best practices. I think this would be a great addition to share knowledge to avoid and future scalability issues.
Additional context
Here are some of my notes of things that could be included:
Recommended to have a dedicated Parse class for files (this can be questioned when scaling the database)
When another class is using a file, it should be a pointer?
I want to update an image, then I have to delete the old one and upload the new one. What is the best way to ensure I never lose anything?
Improve documentation
Describe the problem
Currently there is no dedicated guide on how to best work with Cloud Files and the best practices. I think this would be a great addition to share knowledge to avoid and future scalability issues.
Additional context
Here are some of my notes of things that could be included:
The text was updated successfully, but these errors were encountered: