We're working on a relatively e-commerce big project and meanwhile the gzipped dump has already grown beyond 450M. I also suspect that things are a bit slow because of all the images stored in the database. How can we move them to the file system? Is there a module for that? If not, how can I start writing one?
One line: we want to store your files in a filestore in place of in the postgreSQL database that Odoo uses.

i would like a solution to this as well. It would be much quicker to upload our images. This would enable us to sort them in a sensible fashion also. Currently all the images are in the same place. I would like to place images for the shop in a separate directory, and the same for the various blog posts / image galeries etc. I've read elsewhere that this should be in the configuration options, but I haven't got this option in my server install.