Forum Moderators: coopster
Also, just the way HTML is constructed, you have to do a separate <img src...> for every image - every image is then got by a little php file, but this then has to make its own connection to your database. When it comes to speed in databases, the initial connection is often one of the biggest factors (if you don't have bloated code). Means slower page generation time, and more processor time.
security / performance tradeoff in image uploads [webmasterworld.com]
regardless of the above discussion, storing images in your db is just a very bad idea, no matter what.