I have a LAMP server with 256 MB of RAM (a bad human server in the cloud). I have an application written to run on this machine. Currently, people upload images and they go directly to mysql like a blob.
There are concerns that this could be very random access memory, and we are moving it to simple, simple files. Can someone tell me if these fears are valid? (Is it worth trying to change a lot of the odes that have already been written, given that we will have enough RAM in the next 6 months?)
As a rule, when should we store images in the database and when as files?
source
share