djhawthorn
Technical User
Hi,
If I wanted to encode several hundred MBs of JPG image files into a mySQL table, would that be asking too much of the DB?
Generally, only one encoded file would be requested at a time, but there could be lots of users hitting it at once. Also, I'd want to (if possible) be encoding things like 5-10MB movie files and stuff as well...
I can spread them out across tables if this helps at all. Any advice (even disuasion) from the above would be appreciated.
If I wanted to encode several hundred MBs of JPG image files into a mySQL table, would that be asking too much of the DB?
Generally, only one encoded file would be requested at a time, but there could be lots of users hitting it at once. Also, I'd want to (if possible) be encoding things like 5-10MB movie files and stuff as well...
I can spread them out across tables if this helps at all. Any advice (even disuasion) from the above would be appreciated.