On 13 Jul 2009, at 03:53, Simon Cornelius P Umacob wrote: >> Should uploaded files be stored in a database, or the file system? > Whatever floats your boat, man... If you ask me, I'd rather store the > files as flat files because it keeps the DB small, and it makes file > access faster. I'll only store the paths in the DB. Keeping the files > as flat files gives you the option of putting them into a separate > partition where you can scan it, compress it, limit its disk space, > etc...
I missed this answer in my inbox (I only found it by accident when searching the group). But thank you! I am now storing the files in the filesystem. Michal. _______________________________________________ users mailing list [email protected] http://lists.agavi.org/mailman/listinfo/users
