Hi,
German Pizarro wrote:
> For small sizes, files saved into the database are OK, but for filesbigger than 1MB,
>
> wouldn't it be better to save them in the file system (blocked direct access via
> http, but accesed via php proxy for authentication/authorization)?
This can be a hotly debated topic, I have gone back and forth on it many times. The
problem I have with storing things on the filesystem is you then have an additional set of
data you have to back up. I like now that everything is in the database and I can backup,
replicate, etc all in one spot. The con is the database grows considerably.
Best Regards,
--
Bryan Alsdorf, MySQL Support Manager, Systems
MySQL @ Sun Microsystems, Inc., http://www.sun.com/mysql/