MongoDB GridFS VS Directly disk IO

时间秒杀一切 提交于 2019-12-04 15:50:08

问题


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


回答1:


  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.


来源:https://stackoverflow.com/questions/6212990/mongodb-gridfs-vs-directly-disk-io

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!