Possible Duplicates:
Saving images in database mysql
Storing Images in DB - Yea or Nay?
I just found out it's possible to store images in a mysql database. I just want to know if this is considered good or bad practice strictly in terms of performance. For a large scale site which would be better, storing the images in mysql or only there paths and having the images stored on the server's file system?
(assuming PHP will be used as the scripting language to retrieve and display the images on the site)