Store image as logic file (in db by using binary format) or physical file (in the server)
Posted
by
Michel Ayres
on Programmers
See other posts from Programmers
or by Michel Ayres
Published on 2012-12-10T14:39:30Z
Indexed on
2012/12/10
17:29 UTC
Read the original article
Hit count: 212
In those study cases of image storage,
- An image that change only once in a while, if it changes at all (like an image for an article)
- The image case from above is not only one image but over 10, that link to the same article
- An image that have changes very often (like a banner image for a website)
- The image above is huge
What is the best approach for each case? What is the "right/faster" way to do this task in each scenario ?
© Programmers or respective owner