MogileFS – Platform to Store / Retrieve Files

Storing files/images/binary data into the database involves lots of performance issues. The more widely recommend solution for such a scenario is to push the files onto disk and store the metadata about the file and its location into a database. This has its pros and cons. If you have such a need and dont [...]