I use an open source Python web app framework for my work stuff. I have it installed on a small Vultr VPS.
I’m getting close to running out of storage (80GB in this case), mainly because I now regularly need to upload files.
It’s more economical for me to add some SSD block storage to the VPS than to upgrade the VPS, since I don’t need more RAM/CPU, just more storage.
Unfortunately, there’s no way to mount just the files directory to the “external” storage.
If I mount the entire directory to the external storage, do you think I’d notice much of a difference in performance versus the python files being on the same disk as the OS?