Use MongoDB GridFS store images and images stored directly on disk What are the advantages?

link|improve this question
feedback

1 Answer

up vote 1 down vote accepted
  1. Main advantage in my opinion is easy files distribution across multiple servers when system start growing (sharding, replication).
  2. Easy improvement reads/writes speed.
  3. No need to care where to put new file.
  4. Files systems become slow with big amount of small files.
link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.