Thursday, November 26, 2009

Advantages of storing images in database over file system

  • If the images binary data is stored in a database table, we have all the data required to make the image any size we want, and it will always look like the orginal image

  • If the images binary data is stored in a database table, when we back the database up, we have also backed up all the users images

  • We can store meta data corresponding to the images that we store

No comments: