Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

Currently, I'm considering two options:

  1. Keeping all files and images on a file system, and storing paths to them in a relational DB (which is used for storing all other data of my web-app).

  2. Storing all files and images as BLOBs in the relational DB.

Let's consider, that files/images number is relatively small (thousands), and DB is not shared (yet).

What are the pros and cons of suggested solutions? Are there any another possible solution (maybe nosql-based)?

share|improve this question
1  
See stackoverflow.com/questions/561447/… , it has a whole bunch of answers where at least the two to rated seems very reasonable. – Avada Kedavra Jul 20 '12 at 23:42

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.