-
Published Question
I'm trying to all the files in my Spaces bucket.
I go to the control panel and the message says: This space cannot be destroyed using the control panel because it contains too many files. View Details
So I go to the f...
3
•
•
By
Bungol
Object Storage
CDN
-
Published Question
I have a real estate app and I need to build a storage system for listing photos.
These listing photos will be relatively small. Either full-size (50-70 kb) or thumbnails (10-25 kb).
I'm a big fan of DigitalOcean and...
0
•
•
By
Bungol
Block Storage
Object Storage
Ubuntu 16.04
-
Published Question
I need to store a large number of folders in spaces, up to 1-2 million. I can break them down into more sub-folders, but I'd rather not if possible.
My question is, if I have 2 million sub-folders within a single fol...
1
•
•
By
Bungol
Storage
Object Storage
Ubuntu 16.04
-
Published Question
Let's say I start the creation a live snapshot (without turning off server) at 5:00 PM, and it finishes at 5:05 PM.
If I made changes to the server between the period of 5:00 to 5:05 PM, will those changes be seen in ...
1
•
•
By
Bungol
Backups
Ubuntu 16.04
-
Published Answer
@moisey Thanks for your detailed response.
I did not know about indexes before. I just added them but it only improved the perf…
•
By
Bungol
-
Published Question
In my app, there are a lot of ajax calls. A user may do 50 ajax calls per session, so speed is very important. The ajax call queries the database and returns a list of records.
Doing the ajax call on my local develo...
2
•
•
By
Bungol
Django
Server Optimization
Ubuntu 16.04
-
Published Question
After I update a file being served on the system, is there a command I need to run to make the changes go live? Something like sudo systemctl restart nginx since I'm using Nginx?
Or do I simply need to wait awhile fo...
Accepted Answer:
sudo nginx -t this will tell you if your configuration file(s) has any errors.
If no errors on Ubuntu:16.04 you can do sudo service nginx restart
2
•
•
By
Bungol
Django
Server Optimization
Ubuntu 16.04
-
Published Question
I'm building a site that needs to serve about 500GB of static data from the get go, with about 5-10GB of static data added per month. The data are mostly photos. The data will not be modified after they are added to...
1
•
•
By
Bungol
Block Storage
Object Storage
Ubuntu 16.04