Storing files in MySQL.. Good idea?
Posted: Mon Jun 14, 2004 6:30 am
I have a website that generates decent traffic (fifteen or so users on at any given time) and I was wondering if storing files for download in a MySQL database would be a good idea. I would like to do this because it would allow me to prevent hot linking and it would let me limit who can download files and who can't. I'm just worried that having downloads (some around almost 20MB, most about 5-7) stored and retrieved from a database would be a big preformance hit to the site.
Thoughts please? Maybe alternatives that would allow me to limit downloads if this is a bad idea.
Thoughts please? Maybe alternatives that would allow me to limit downloads if this is a bad idea.