> So turning to Postgresql, can I get any recommendations, suggestions and
> tips on blob handling in the database? The image sizes will be pretty
> variable, from a few kilobytes to several hundred megabytes, so I need
> something that will handle the various file sizes, hopefully transparently.
>
PostgreSQL BLOB implementation is well. We used it without any
problems with images from 20K-30M.
Regards
Pavel Stehule